Html Css Color HEX #93280C Burnt Umber

📋 copy color: '#93280C'

red 147 ◦ green 40 ◦ blue 12

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

Shades of Burnt Umber #93280C

Tints of Burnt Umber #93280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 73.87%
G = 20.1%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93280C (or 0x93280C) is known color: Burnt Umber. HEX triplet: 93, 28 and 0C. RGB value is (147,40,12). Sum of RGB (Red+Green+Blue) = 147+40+12=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93280C is #6CD7F3. Grayscale: #454545. Windows color (decimal): -7133172 or 796819. OLE color: 796819.

HSL color Cylindrical-coordinate representation of color #93280C: hue angle of 12.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93280C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 40 12 -
CMYK 0 0.73 0.92 0.42
HSL 12.44º 0.85% 0.31% -
HSV(B) 12.44º 0.92% 0.58% -
XYZ 12.86 7.75 1.17 -
YUV 68.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 147 40 12 0 0.73 0.92 0.42 12.44 0.85 0.31
Hex 93 28 C 0 49 5C 2A C 55 1F
Octal 223 50 14 0 111 134 52 14 125 37
Binary 10010011 101000 1100 0 1001001 1011100 101010 1100 1010101 11111

Color Harmonies of #93280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93280C

Black with #93280C

Text Example


Text Example

White with #93280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93280C; }

 p { color: rgb(147,40,12); }

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

background-color css

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

 a { background-color: rgb(147,40,12); }

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

border-color css

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

 span { border-color: rgb(147,40,12); }

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