Html Css Color HEX #852F18 Burnt Umber

📋 copy color: '#852F18'

red 133 ◦ green 47 ◦ blue 24

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

Shades of Burnt Umber #852F18

Tints of Burnt Umber #852F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

 BLUE value IS 24 (9.77% from 255) = 11.76%

R = 65.2%
G = 23.04%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#852F18 (or 0x852F18) is known color: Burnt Umber. HEX triplet: 85, 2F and 18. RGB value is (133,47,24). Sum of RGB (Red+Green+Blue) = 133+47+24=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F18 is #7AD0E7. Grayscale: #464646. Windows color (decimal): -8048872 or 1585029. OLE color: 1585029.

HSL color Cylindrical-coordinate representation of color #852F18: hue angle of 12.66º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852F18 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 24 -
CMYK 0 0.65 0.82 0.48
HSL 12.66º 0.69% 0.31% -
HSV(B) 12.66º 0.82% 0.52% -
XYZ 10.85 7.09 1.66 -
YUV 70.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 133 47 24 0 0.65 0.82 0.48 12.66 0.69 0.31
Hex 85 2F 18 0 41 52 30 D 45 1F
Octal 205 57 30 0 101 122 60 15 105 37
Binary 10000101 101111 11000 0 1000001 1010010 110000 1101 1000101 11111

Color Harmonies of #852F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F18

Black with #852F18

Text Example


Text Example

White with #852F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F18; }

 p { color: rgb(133,47,24); }

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

background-color css

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

 a { background-color: rgb(133,47,24); }

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

border-color css

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

 span { border-color: rgb(133,47,24); }

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