Html Css Color HEX #852C19 Burnt Umber

📋 copy color: '#852C19'

red 133 ◦ green 44 ◦ blue 25

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

Shades of Burnt Umber #852C19

Tints of Burnt Umber #852C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 65.84%
G = 21.78%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#852C19 (or 0x852C19) is known color: Burnt Umber. HEX triplet: 85, 2C and 19. RGB value is (133,44,25). Sum of RGB (Red+Green+Blue) = 133+44+25=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #852C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C19 is #7AD3E6. Grayscale: #444444. Windows color (decimal): -8049639 or 1649797. OLE color: 1649797.

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

Color convert

RGB 133 44 25 -
CMYK 0 0.67 0.81 0.48
HSL 10.56º 0.68% 0.31% -
HSV(B) 10.56º 0.81% 0.52% -
XYZ 10.75 6.86 1.68 -
YUV 68.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 133 44 25 0 0.67 0.81 0.48 10.56 0.68 0.31
Hex 85 2C 19 0 43 51 30 B 44 1F
Octal 205 54 31 0 103 121 60 13 104 37
Binary 10000101 101100 11001 0 1000011 1010001 110000 1011 1000100 11111

Color Harmonies of #852C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C19

Black with #852C19

Text Example


Text Example

White with #852C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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