Html Css Color HEX #85520D Raw Umber

📋 copy color: '#85520D'

red 133 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #85520D

Tints of Raw Umber #85520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 58.33%
G = 35.96%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85520D (or 0x85520D) is known color: Raw Umber. HEX triplet: 85, 52 and 0D. RGB value is (133,82,13). Sum of RGB (Red+Green+Blue) = 133+82+13=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85520D is #7AADF2. Grayscale: #595959. Windows color (decimal): -8039923 or 873093. OLE color: 873093.

HSL color Cylindrical-coordinate representation of color #85520D: hue angle of 34.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85520D is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 13 -
CMYK 0 0.38 0.90 0.48
HSL 34.5º 0.82% 0.29% -
HSV(B) 34.5º 0.9% 0.52% -
XYZ 12.76 11.05 1.84 -
YUV 89.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 133 82 13 0 0.38 0.90 0.48 34.5 0.82 0.29
Hex 85 52 D 0 26 5A 30 22 52 1D
Octal 205 122 15 0 46 132 60 42 122 35
Binary 10000101 1010010 1101 0 100110 1011010 110000 100010 1010010 11101

Color Harmonies of #85520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85520D

Black with #85520D

Text Example


Text Example

White with #85520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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