Html Css Color HEX #852919 Burnt Umber

📋 copy color: '#852919'

red 133 ◦ green 41 ◦ blue 25

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

Shades of Burnt Umber #852919

Tints of Burnt Umber #852919

RGB

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

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

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

R = 66.83%
G = 20.6%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#852919 (or 0x852919) is known color: Burnt Umber. HEX triplet: 85, 29 and 19. RGB value is (133,41,25). Sum of RGB (Red+Green+Blue) = 133+41+25=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #852919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852919 is #7AD6E6. Grayscale: #424242. Windows color (decimal): -8050407 or 1649029. OLE color: 1649029.

HSL color Cylindrical-coordinate representation of color #852919: hue angle of 8.89º 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 #852919 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 25 -
CMYK 0 0.69 0.81 0.48
HSL 8.89º 0.68% 0.31% -
HSV(B) 8.89º 0.81% 0.52% -
XYZ 10.64 6.64 1.64 -
YUV 66.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 133 41 25 0 0.69 0.81 0.48 8.89 0.68 0.31
Hex 85 29 19 0 45 51 30 9 44 1F
Octal 205 51 31 0 105 121 60 11 104 37
Binary 10000101 101001 11001 0 1000101 1010001 110000 1001 1000100 11111

Color Harmonies of #852919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852919

Black with #852919

Text Example


Text Example

White with #852919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852919; }

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

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

background-color css

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

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

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

border-color css

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

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

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