Html Css Color HEX #852F0E Burnt Umber

📋 copy color: '#852F0E'

red 133 ◦ green 47 ◦ blue 14

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

Shades of Burnt Umber #852F0E

Tints of Burnt Umber #852F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 68.56%
G = 24.23%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#852F0E (or 0x852F0E) is known color: Burnt Umber. HEX triplet: 85, 2F and 0E. RGB value is (133,47,14). Sum of RGB (Red+Green+Blue) = 133+47+14=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F0E is #7AD0F1. Grayscale: #454545. Windows color (decimal): -8048882 or 929669. OLE color: 929669.

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

Color convert

RGB 133 47 14 -
CMYK 0 0.65 0.89 0.48
HSL 16.64º 0.81% 0.29% -
HSV(B) 16.64º 0.89% 0.52% -
XYZ 10.77 7.05 1.21 -
YUV 68.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 133 47 14 0 0.65 0.89 0.48 16.64 0.81 0.29
Hex 85 2F E 0 41 59 30 11 51 1D
Octal 205 57 16 0 101 131 60 21 121 35
Binary 10000101 101111 1110 0 1000001 1011001 110000 10001 1010001 11101

Color Harmonies of #852F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F0E

Black with #852F0E

Text Example


Text Example

White with #852F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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