Html Css Color HEX #93391D Burnt Umber

📋 copy color: '#93391D'

red 147 ◦ green 57 ◦ blue 29

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

Shades of Burnt Umber #93391D

Tints of Burnt Umber #93391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 63.09%
G = 24.46%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93391D (or 0x93391D) is known color: Burnt Umber. HEX triplet: 93, 39 and 1D. RGB value is (147,57,29). Sum of RGB (Red+Green+Blue) = 147+57+29=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #93391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93391D is #6CC6E2. Grayscale: #505050. Windows color (decimal): -7128803 or 1915283. OLE color: 1915283.

HSL color Cylindrical-coordinate representation of color #93391D: hue angle of 14.24º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93391D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 57 29 -
CMYK 0 0.61 0.80 0.42
HSL 14.24º 0.67% 0.35% -
HSV(B) 14.24º 0.8% 0.58% -
XYZ 13.72 9.22 2.22 -
YUV 80.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 147 57 29 0 0.61 0.80 0.42 14.24 0.67 0.35
Hex 93 39 1D 0 3D 50 2A E 43 23
Octal 223 71 35 0 75 120 52 16 103 43
Binary 10010011 111001 11101 0 111101 1010000 101010 1110 1000011 100011

Color Harmonies of #93391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93391D

Black with #93391D

Text Example


Text Example

White with #93391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,57,29); }

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

background-color css

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

 a { background-color: rgb(147,57,29); }

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

border-color css

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

 span { border-color: rgb(147,57,29); }

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