Html Css Color HEX #852D0C Burnt Umber

📋 copy color: '#852D0C'

red 133 ◦ green 45 ◦ blue 12

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

Shades of Burnt Umber #852D0C

Tints of Burnt Umber #852D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 70%
G = 23.68%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#852D0C (or 0x852D0C) is known color: Burnt Umber. HEX triplet: 85, 2D and 0C. RGB value is (133,45,12). Sum of RGB (Red+Green+Blue) = 133+45+12=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D0C is #7AD2F3. Grayscale: #434343. Windows color (decimal): -8049396 or 798085. OLE color: 798085.

HSL color Cylindrical-coordinate representation of color #852D0C: hue angle of 16.36º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #852D0C is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 12 -
CMYK 0 0.66 0.91 0.48
HSL 16.36º 0.83% 0.28% -
HSV(B) 16.36º 0.91% 0.52% -
XYZ 10.68 6.89 1.11 -
YUV 67.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 133 45 12 0 0.66 0.91 0.48 16.36 0.83 0.28
Hex 85 2D C 0 42 5B 30 10 53 1C
Octal 205 55 14 0 102 133 60 20 123 34
Binary 10000101 101101 1100 0 1000010 1011011 110000 10000 1010011 11100

Color Harmonies of #852D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D0C

Black with #852D0C

Text Example


Text Example

White with #852D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,12); }

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

background-color css

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

 a { background-color: rgb(133,45,12); }

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

border-color css

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

 span { border-color: rgb(133,45,12); }

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