Html Css Color HEX #93280B Burnt Umber

📋 copy color: '#93280B'

red 147 ◦ green 40 ◦ blue 11

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

Shades of Burnt Umber #93280B

Tints of Burnt Umber #93280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.56%

R = 74.24%
G = 20.2%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93280B (or 0x93280B) is known color: Burnt Umber. HEX triplet: 93, 28 and 0B. RGB value is (147,40,11). Sum of RGB (Red+Green+Blue) = 147+40+11=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93280B is #6CD7F4. Grayscale: #444444. Windows color (decimal): -7133173 or 731283. OLE color: 731283.

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

Color convert

RGB 147 40 11 -
CMYK 0 0.73 0.93 0.42
HSL 12.79º 0.86% 0.31% -
HSV(B) 12.79º 0.93% 0.58% -
XYZ 12.85 7.74 1.13 -
YUV 68.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 147 40 11 0 0.73 0.93 0.42 12.79 0.86 0.31
Hex 93 28 B 0 49 5D 2A D 56 1F
Octal 223 50 13 0 111 135 52 15 126 37
Binary 10010011 101000 1011 0 1001001 1011101 101010 1101 1010110 11111

Color Harmonies of #93280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93280B

Black with #93280B

Text Example


Text Example

White with #93280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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