#835314

Color #835314 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #835314

Tints of Raw Umber #835314

Color information

#835314 (or 0x835314) is unknown color: approx Raw Umber. HEX triplet: 83, 53 and 14. RGB value is (131,83,20). Sum of RGB (Red+Green+Blue) = 131+83+20=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #835314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835314 is #7CACEB. Grayscale: #5A5A5A. Windows color (decimal): -8170732 or 1332099. OLE color: 1332099.

HSL color Cylindrical-coordinate representation of color #835314: hue angle of 34.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #835314 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1318320-
CMYK00.370.850.49
HSL34.05º73.51%29.61%-
HSV(B)34.05º84.73%51.37%-
XYZ12.5811.062.13-
YUV90.1788.4157.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=55.98%
G=35.47%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131832000.370.850.4934.0573.5129.61
Hex8353140255531224a1e
Octal20312324045125614211236
Binary1000001110100111010001001011010101110001100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835314; }

 p { color: rgb(131,83,20); }

 H1.HeaderClassName
 {
   color: #835314;
 }
 .AnyTagClassName
 {
   color: #835314;
 }
</style>
background-color css

<style>
 a { background-color: #835314; }

 a { background-color: rgb(131,83,20); }

 div.DivClassName
 {
   background-color: #835314;
 }
 .BgClassName
 {
   background-color: #835314;
 }
</style>
border-color css

<style>
 span { border-color: #835314; }

 span { border-color: rgb(131,83,20); }

 td.TdClassName
 {
   border-color: #835314;
 }
 .TagClassName
 {
   border-color: #835314;
 }
</style>