Html Css Color HEX #933016 Burnt Umber

📋 copy color: '#933016'

red 147 ◦ green 48 ◦ blue 22

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

Shades of Burnt Umber #933016

Tints of Burnt Umber #933016

RGB

 RED value IS 147 (57.81% from 255) = 67.74%

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

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

R = 67.74%
G = 22.12%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#933016 (or 0x933016) is known color: Burnt Umber. HEX triplet: 93, 30 and 16. RGB value is (147,48,22). Sum of RGB (Red+Green+Blue) = 147+48+22=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #933016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933016 is #6CCFE9. Grayscale: #4A4A4A. Windows color (decimal): -7131114 or 1454227. OLE color: 1454227.

HSL color Cylindrical-coordinate representation of color #933016: hue angle of 12.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #933016 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 48 22 -
CMYK 0 0.67 0.85 0.42
HSL 12.48º 0.74% 0.33% -
HSV(B) 12.48º 0.85% 0.58% -
XYZ 13.23 8.37 1.68 -
YUV 74.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 147 48 22 0 0.67 0.85 0.42 12.48 0.74 0.33
Hex 93 30 16 0 43 55 2A C 4A 21
Octal 223 60 26 0 103 125 52 14 112 41
Binary 10010011 110000 10110 0 1000011 1010101 101010 1100 1001010 100001

Color Harmonies of #933016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933016

Black with #933016

Text Example


Text Example

White with #933016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933016; }

 p { color: rgb(147,48,22); }

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

background-color css

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

 a { background-color: rgb(147,48,22); }

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

border-color css

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

 span { border-color: rgb(147,48,22); }

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