Html Css Color HEX #853024 Burnt Umber

📋 copy color: '#853024'

red 133 ◦ green 48 ◦ blue 36

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

Shades of Burnt Umber #853024

Tints of Burnt Umber #853024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 36 (14.45% from 255) = 16.59%

R = 61.29%
G = 22.12%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#853024 (or 0x853024) is known color: Burnt Umber. HEX triplet: 85, 30 and 24. RGB value is (133,48,36). Sum of RGB (Red+Green+Blue) = 133+48+36=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #853024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853024 is #7ACFDB. Grayscale: #484848. Windows color (decimal): -8048604 or 2371717. OLE color: 2371717.

HSL color Cylindrical-coordinate representation of color #853024: hue angle of 7.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853024 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 36 -
CMYK 0 0.64 0.73 0.48
HSL 7.42º 0.57% 0.33% -
HSV(B) 7.42º 0.73% 0.52% -
XYZ 11.05 7.23 2.48 -
YUV 72.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 133 48 36 0 0.64 0.73 0.48 7.42 0.57 0.33
Hex 85 30 24 0 40 49 30 7 39 21
Octal 205 60 44 0 100 111 60 7 71 41
Binary 10000101 110000 100100 0 1000000 1001001 110000 111 111001 100001

Color Harmonies of #853024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853024

Black with #853024

Text Example


Text Example

White with #853024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853024; }

 p { color: rgb(133,48,36); }

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

background-color css

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

 a { background-color: rgb(133,48,36); }

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

border-color css

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

 span { border-color: rgb(133,48,36); }

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