Html Css Color HEX #835600 Raw Umber

📋 copy color: '#835600'

red 131 ◦ green 86 ◦ blue 0

#835600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #835600

Tints of Raw Umber #835600

RGB

 RED value IS 131 (51.56% from 255) = 60.37%

 GREEN value IS 86 (33.98% from 255) = 39.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.37%
G = 39.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835600 (or 0x835600) is known color: Raw Umber. HEX triplet: 83, 56 and 00. RGB value is (131,86,0). Sum of RGB (Red+Green+Blue) = 131+86+0=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #835600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835600 is #7CA9FF. Grayscale: #5A5A5A. Windows color (decimal): -8169984 or 22147. OLE color: 22147.

HSL color Cylindrical-coordinate representation of color #835600: hue angle of 39.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #835600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 0 -
CMYK 0 0.34 1 0.49
HSL 39.39º 1% 0.26% -
HSV(B) 39.39º 1% 0.51% -
XYZ 12.69 11.48 1.55 -
YUV 89.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 131 86 0 0 0.34 1 0.49 39.39 1 0.26
Hex 83 56 0 0 22 64 31 27 64 1A
Octal 203 126 0 0 42 144 61 47 144 32
Binary 10000011 1010110 0 0 100010 1100100 110001 100111 1100100 11010

Color Harmonies of #835600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835600

Black with #835600

Text Example


Text Example

White with #835600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835600; }

 p { color: rgb(131,86,0); }

 H1.HeaderClassName
 {
   color: #835600;
 }
 .AnyTagClassName
 {
   color: #835600;
 }
</style>

background-color css

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

 a { background-color: rgb(131,86,0); }

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

border-color css

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

 span { border-color: rgb(131,86,0); }

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