Html Css Color HEX #853316 Burnt Umber

📋 copy color: '#853316'

red 133 ◦ green 51 ◦ blue 22

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

Shades of Burnt Umber #853316

Tints of Burnt Umber #853316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 64.56%
G = 24.76%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853316 (or 0x853316) is known color: Burnt Umber. HEX triplet: 85, 33 and 16. RGB value is (133,51,22). Sum of RGB (Red+Green+Blue) = 133+51+22=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853316 is #7ACCE9. Grayscale: #484848. Windows color (decimal): -8047850 or 1454981. OLE color: 1454981.

HSL color Cylindrical-coordinate representation of color #853316: hue angle of 15.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #853316 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 22 -
CMYK 0 0.62 0.83 0.48
HSL 15.68º 0.72% 0.3% -
HSV(B) 15.68º 0.83% 0.52% -
XYZ 11 7.41 1.61 -
YUV 72.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 133 51 22 0 0.62 0.83 0.48 15.68 0.72 0.3
Hex 85 33 16 0 3E 53 30 10 48 1E
Octal 205 63 26 0 76 123 60 20 110 36
Binary 10000101 110011 10110 0 111110 1010011 110000 10000 1001000 11110

Color Harmonies of #853316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853316

Black with #853316

Text Example


Text Example

White with #853316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853316; }

 p { color: rgb(133,51,22); }

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

background-color css

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

 a { background-color: rgb(133,51,22); }

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

border-color css

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

 span { border-color: rgb(133,51,22); }

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