Html Css Color HEX #853518 Burnt Umber

📋 copy color: '#853518'

red 133 ◦ green 53 ◦ blue 24

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

Shades of Burnt Umber #853518

Tints of Burnt Umber #853518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

 BLUE value IS 24 (9.77% from 255) = 11.43%

R = 63.33%
G = 25.24%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#853518 (or 0x853518) is known color: Burnt Umber. HEX triplet: 85, 35 and 18. RGB value is (133,53,24). Sum of RGB (Red+Green+Blue) = 133+53+24=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #853518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853518 is #7ACAE7. Grayscale: #494949. Windows color (decimal): -8047336 or 1586565. OLE color: 1586565.

HSL color Cylindrical-coordinate representation of color #853518: hue angle of 15.96º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #853518 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 24 -
CMYK 0 0.60 0.82 0.48
HSL 15.96º 0.69% 0.31% -
HSV(B) 15.96º 0.82% 0.52% -
XYZ 11.11 7.6 1.75 -
YUV 73.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 133 53 24 0 0.60 0.82 0.48 15.96 0.69 0.31
Hex 85 35 18 0 3C 52 30 10 45 1F
Octal 205 65 30 0 74 122 60 20 105 37
Binary 10000101 110101 11000 0 111100 1010010 110000 10000 1000101 11111

Color Harmonies of #853518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853518

Black with #853518

Text Example


Text Example

White with #853518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853518; }

 p { color: rgb(133,53,24); }

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

background-color css

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

 a { background-color: rgb(133,53,24); }

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

border-color css

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

 span { border-color: rgb(133,53,24); }

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