Html Css Color HEX #855512 Raw Umber

📋 copy color: '#855512'

red 133 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #855512

Tints of Raw Umber #855512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 56.36%
G = 36.02%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855512 (or 0x855512) is known color: Raw Umber. HEX triplet: 85, 55 and 12. RGB value is (133,85,18). Sum of RGB (Red+Green+Blue) = 133+85+18=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855512 is #7AAAED. Grayscale: #5C5C5C. Windows color (decimal): -8039150 or 1201541. OLE color: 1201541.

HSL color Cylindrical-coordinate representation of color #855512: hue angle of 34.96º 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 #855512 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 18 -
CMYK 0 0.36 0.86 0.48
HSL 34.96º 0.76% 0.3% -
HSV(B) 34.96º 0.86% 0.52% -
XYZ 13.03 11.53 2.11 -
YUV 91.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 133 85 18 0 0.36 0.86 0.48 34.96 0.76 0.3
Hex 85 55 12 0 24 56 30 23 4C 1E
Octal 205 125 22 0 44 126 60 43 114 36
Binary 10000101 1010101 10010 0 100100 1010110 110000 100011 1001100 11110

Color Harmonies of #855512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855512

Black with #855512

Text Example


Text Example

White with #855512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855512; }

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

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

background-color css

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

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

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

border-color css

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

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

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