Html Css Color HEX #85550C Raw Umber

📋 copy color: '#85550C'

red 133 ◦ green 85 ◦ blue 12

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

Shades of Raw Umber #85550C

Tints of Raw Umber #85550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 57.83%
G = 36.96%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85550C (or 0x85550C) is known color: Raw Umber. HEX triplet: 85, 55 and 0C. RGB value is (133,85,12). Sum of RGB (Red+Green+Blue) = 133+85+12=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85550C is #7AAAF3. Grayscale: #5B5B5B. Windows color (decimal): -8039156 or 808325. OLE color: 808325.

HSL color Cylindrical-coordinate representation of color #85550C: hue angle of 36.2º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85550C is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 12 -
CMYK 0 0.36 0.91 0.48
HSL 36.2º 0.83% 0.28% -
HSV(B) 36.2º 0.91% 0.52% -
XYZ 12.99 11.51 1.88 -
YUV 91.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 133 85 12 0 0.36 0.91 0.48 36.2 0.83 0.28
Hex 85 55 C 0 24 5B 30 24 53 1C
Octal 205 125 14 0 44 133 60 44 123 34
Binary 10000101 1010101 1100 0 100100 1011011 110000 100100 1010011 11100

Color Harmonies of #85550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85550C

Black with #85550C

Text Example


Text Example

White with #85550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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