Html Css Color HEX #93290F Burnt Umber

📋 copy color: '#93290F'

red 147 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #93290F

Tints of Burnt Umber #93290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 72.41%
G = 20.2%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93290F (or 0x93290F) is known color: Burnt Umber. HEX triplet: 93, 29 and 0F. RGB value is (147,41,15). Sum of RGB (Red+Green+Blue) = 147+41+15=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #93290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93290F is #6CD6F0. Grayscale: #454545. Windows color (decimal): -7132913 or 993683. OLE color: 993683.

HSL color Cylindrical-coordinate representation of color #93290F: hue angle of 11.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93290F is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 15 -
CMYK 0 0.72 0.90 0.42
HSL 11.82º 0.81% 0.32% -
HSV(B) 11.82º 0.9% 0.58% -
XYZ 12.91 7.82 1.28 -
YUV 69.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 147 41 15 0 0.72 0.90 0.42 11.82 0.81 0.32
Hex 93 29 F 0 48 5A 2A C 51 20
Octal 223 51 17 0 110 132 52 14 121 40
Binary 10010011 101001 1111 0 1001000 1011010 101010 1100 1010001 100000

Color Harmonies of #93290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93290F

Black with #93290F

Text Example


Text Example

White with #93290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93290F; }

 p { color: rgb(147,41,15); }

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

background-color css

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

 a { background-color: rgb(147,41,15); }

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

border-color css

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

 span { border-color: rgb(147,41,15); }

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