Html Css Color HEX #853018 Burnt Umber

📋 copy color: '#853018'

red 133 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #853018

Tints of Burnt Umber #853018

RGB

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

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

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

R = 64.88%
G = 23.41%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#853018 (or 0x853018) is known color: Burnt Umber. HEX triplet: 85, 30 and 18. RGB value is (133,48,24). Sum of RGB (Red+Green+Blue) = 133+48+24=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #853018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853018 is #7ACFE7. Grayscale: #464646. Windows color (decimal): -8048616 or 1585285. OLE color: 1585285.

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

Color convert

RGB 133 48 24 -
CMYK 0 0.64 0.82 0.48
HSL 13.21º 0.69% 0.31% -
HSV(B) 13.21º 0.82% 0.52% -
XYZ 10.89 7.17 1.67 -
YUV 70.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 133 48 24 0 0.64 0.82 0.48 13.21 0.69 0.31
Hex 85 30 18 0 40 52 30 D 45 1F
Octal 205 60 30 0 100 122 60 15 105 37
Binary 10000101 110000 11000 0 1000000 1010010 110000 1101 1000101 11111

Color Harmonies of #853018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853018

Black with #853018

Text Example


Text Example

White with #853018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853018; }

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

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

background-color css

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

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

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

border-color css

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

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

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