Html Css Color HEX #852908 Burnt Umber

📋 copy color: '#852908'

red 133 ◦ green 41 ◦ blue 8

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

Shades of Burnt Umber #852908

Tints of Burnt Umber #852908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 73.08%
G = 22.53%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852908 (or 0x852908) is known color: Burnt Umber. HEX triplet: 85, 29 and 08. RGB value is (133,41,8). Sum of RGB (Red+Green+Blue) = 133+41+8=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #852908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852908 is #7AD6F7. Grayscale: #404040. Windows color (decimal): -8050424 or 534917. OLE color: 534917.

HSL color Cylindrical-coordinate representation of color #852908: hue angle of 15.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852908 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 8 -
CMYK 0 0.69 0.94 0.48
HSL 15.84º 0.89% 0.28% -
HSV(B) 15.84º 0.94% 0.52% -
XYZ 10.51 6.59 0.95 -
YUV 64.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 133 41 8 0 0.69 0.94 0.48 15.84 0.89 0.28
Hex 85 29 8 0 45 5E 30 10 59 1C
Octal 205 51 10 0 105 136 60 20 131 34
Binary 10000101 101001 1000 0 1000101 1011110 110000 10000 1011001 11100

Color Harmonies of #852908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852908

Black with #852908

Text Example


Text Example

White with #852908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852908; }

 p { color: rgb(133,41,8); }

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

background-color css

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

 a { background-color: rgb(133,41,8); }

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

border-color css

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

 span { border-color: rgb(133,41,8); }

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