Html Css Color HEX #855612 Raw Umber

📋 copy color: '#855612'

red 133 ◦ green 86 ◦ blue 18

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

Shades of Raw Umber #855612

Tints of Raw Umber #855612

RGB

 RED value IS 133 (52.34% from 255) = 56.12%

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

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 56.12%
G = 36.29%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855612 (or 0x855612) is known color: Raw Umber. HEX triplet: 85, 56 and 12. RGB value is (133,86,18). Sum of RGB (Red+Green+Blue) = 133+86+18=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855612 is #7AA9ED. Grayscale: #5C5C5C. Windows color (decimal): -8038894 or 1201797. OLE color: 1201797.

HSL color Cylindrical-coordinate representation of color #855612: hue angle of 35.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855612 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 18 -
CMYK 0 0.35 0.86 0.48
HSL 35.48º 0.76% 0.3% -
HSV(B) 35.48º 0.86% 0.52% -
XYZ 13.11 11.69 2.14 -
YUV 92.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 133 86 18 0 0.35 0.86 0.48 35.48 0.76 0.3
Hex 85 56 12 0 23 56 30 23 4C 1E
Octal 205 126 22 0 43 126 60 43 114 36
Binary 10000101 1010110 10010 0 100011 1010110 110000 100011 1001100 11110

Color Harmonies of #855612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855612

Black with #855612

Text Example


Text Example

White with #855612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855612; }

 p { color: rgb(133,86,18); }

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

background-color css

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

 a { background-color: rgb(133,86,18); }

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

border-color css

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

 span { border-color: rgb(133,86,18); }

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