Html Css Color HEX #85520A Raw Umber

📋 copy color: '#85520A'

red 133 ◦ green 82 ◦ blue 10

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

Shades of Raw Umber #85520A

Tints of Raw Umber #85520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 59.11%
G = 36.44%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85520A (or 0x85520A) is known color: Raw Umber. HEX triplet: 85, 52 and 0A. RGB value is (133,82,10). Sum of RGB (Red+Green+Blue) = 133+82+10=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85520A is #7AADF5. Grayscale: #595959. Windows color (decimal): -8039926 or 676485. OLE color: 676485.

HSL color Cylindrical-coordinate representation of color #85520A: hue angle of 35.12º degrees, saturation: 0.86, 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 #85520A is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 10 -
CMYK 0 0.38 0.92 0.48
HSL 35.12º 0.86% 0.28% -
HSV(B) 35.12º 0.92% 0.52% -
XYZ 12.74 11.04 1.75 -
YUV 89.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 133 82 10 0 0.38 0.92 0.48 35.12 0.86 0.28
Hex 85 52 A 0 26 5C 30 23 56 1C
Octal 205 122 12 0 46 134 60 43 126 34
Binary 10000101 1010010 1010 0 100110 1011100 110000 100011 1010110 11100

Color Harmonies of #85520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85520A

Black with #85520A

Text Example


Text Example

White with #85520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85520A; }

 p { color: rgb(133,82,10); }

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

background-color css

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

 a { background-color: rgb(133,82,10); }

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

border-color css

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

 span { border-color: rgb(133,82,10); }

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