Html Css Color HEX #85580B Raw Umber

📋 copy color: '#85580B'

red 133 ◦ green 88 ◦ blue 11

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

Shades of Raw Umber #85580B

Tints of Raw Umber #85580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 57.33%
G = 37.93%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85580B (or 0x85580B) is known color: Raw Umber. HEX triplet: 85, 58 and 0B. RGB value is (133,88,11). Sum of RGB (Red+Green+Blue) = 133+88+11=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85580B is #7AA7F4. Grayscale: #5D5D5D. Windows color (decimal): -8038389 or 743557. OLE color: 743557.

HSL color Cylindrical-coordinate representation of color #85580B: hue angle of 37.87º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85580B is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 11 -
CMYK 0 0.34 0.92 0.48
HSL 37.87º 0.85% 0.28% -
HSV(B) 37.87º 0.92% 0.52% -
XYZ 13.22 11.99 1.93 -
YUV 92.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 133 88 11 0 0.34 0.92 0.48 37.87 0.85 0.28
Hex 85 58 B 0 22 5C 30 26 55 1C
Octal 205 130 13 0 42 134 60 46 125 34
Binary 10000101 1011000 1011 0 100010 1011100 110000 100110 1010101 11100

Color Harmonies of #85580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85580B

Black with #85580B

Text Example


Text Example

White with #85580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85580B; }

 p { color: rgb(133,88,11); }

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

background-color css

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

 a { background-color: rgb(133,88,11); }

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

border-color css

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

 span { border-color: rgb(133,88,11); }

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