Html Css Color HEX #852C1E Burnt Umber

📋 copy color: '#852C1E'

red 133 ◦ green 44 ◦ blue 30

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

Shades of Burnt Umber #852C1E

Tints of Burnt Umber #852C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.26%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 64.25%
G = 21.26%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#852C1E (or 0x852C1E) is known color: Burnt Umber. HEX triplet: 85, 2C and 1E. RGB value is (133,44,30). Sum of RGB (Red+Green+Blue) = 133+44+30=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C1E is #7AD3E1. Grayscale: #454545. Windows color (decimal): -8049634 or 1977477. OLE color: 1977477.

HSL color Cylindrical-coordinate representation of color #852C1E: hue angle of 8.16º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852C1E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 30 -
CMYK 0 0.67 0.77 0.48
HSL 8.16º 0.63% 0.32% -
HSV(B) 8.16º 0.77% 0.52% -
XYZ 10.81 6.88 1.99 -
YUV 69.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 133 44 30 0 0.67 0.77 0.48 8.16 0.63 0.32
Hex 85 2C 1E 0 43 4D 30 8 3F 20
Octal 205 54 36 0 103 115 60 10 77 40
Binary 10000101 101100 11110 0 1000011 1001101 110000 1000 111111 100000

Color Harmonies of #852C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C1E

Black with #852C1E

Text Example


Text Example

White with #852C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,30); }

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

background-color css

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

 a { background-color: rgb(133,44,30); }

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

border-color css

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

 span { border-color: rgb(133,44,30); }

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