Html Css Color HEX #93290D Burnt Umber

📋 copy color: '#93290D'

red 147 ◦ green 41 ◦ blue 13

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

Shades of Burnt Umber #93290D

Tints of Burnt Umber #93290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 73.13%
G = 20.4%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93290D (or 0x93290D) is known color: Burnt Umber. HEX triplet: 93, 29 and 0D. RGB value is (147,41,13). Sum of RGB (Red+Green+Blue) = 147+41+13=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #93290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93290D is #6CD6F2. Grayscale: #454545. Windows color (decimal): -7132915 or 862611. OLE color: 862611.

HSL color Cylindrical-coordinate representation of color #93290D: hue angle of 12.54º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93290D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 13 -
CMYK 0 0.72 0.91 0.42
HSL 12.54º 0.84% 0.31% -
HSV(B) 12.54º 0.91% 0.58% -
XYZ 12.9 7.82 1.21 -
YUV 69.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 147 41 13 0 0.72 0.91 0.42 12.54 0.84 0.31
Hex 93 29 D 0 48 5B 2A D 54 1F
Octal 223 51 15 0 110 133 52 15 124 37
Binary 10010011 101001 1101 0 1001000 1011011 101010 1101 1010100 11111

Color Harmonies of #93290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93290D

Black with #93290D

Text Example


Text Example

White with #93290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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