Html Css Color HEX #853124 Burnt Umber

📋 copy color: '#853124'

red 133 ◦ green 49 ◦ blue 36

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

Shades of Burnt Umber #853124

Tints of Burnt Umber #853124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

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

R = 61.01%
G = 22.48%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#853124 (or 0x853124) is known color: Burnt Umber. HEX triplet: 85, 31 and 24. RGB value is (133,49,36). Sum of RGB (Red+Green+Blue) = 133+49+36=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #853124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853124 is #7ACEDB. Grayscale: #484848. Windows color (decimal): -8048348 or 2371973. OLE color: 2371973.

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

Color convert

RGB 133 49 36 -
CMYK 0 0.63 0.73 0.48
HSL 8.04º 0.57% 0.33% -
HSV(B) 8.04º 0.73% 0.52% -
XYZ 11.09 7.31 2.5 -
YUV 72.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 133 49 36 0 0.63 0.73 0.48 8.04 0.57 0.33
Hex 85 31 24 0 3F 49 30 8 39 21
Octal 205 61 44 0 77 111 60 10 71 41
Binary 10000101 110001 100100 0 111111 1001001 110000 1000 111001 100001

Color Harmonies of #853124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853124

Black with #853124

Text Example


Text Example

White with #853124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853124; }

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

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

background-color css

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

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

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

border-color css

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

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

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