Html Css Color HEX #93341E Burnt Umber

📋 copy color: '#93341E'

red 147 ◦ green 52 ◦ blue 30

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

Shades of Burnt Umber #93341E

Tints of Burnt Umber #93341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 64.19%
G = 22.71%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93341E (or 0x93341E) is known color: Burnt Umber. HEX triplet: 93, 34 and 1E. RGB value is (147,52,30). Sum of RGB (Red+Green+Blue) = 147+52+30=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93341E is #6CCBE1. Grayscale: #4E4E4E. Windows color (decimal): -7130082 or 1979539. OLE color: 1979539.

HSL color Cylindrical-coordinate representation of color #93341E: hue angle of 11.28º degrees, saturation: 0.66, 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 #93341E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 30 -
CMYK 0 0.65 0.80 0.42
HSL 11.28º 0.66% 0.35% -
HSV(B) 11.28º 0.8% 0.58% -
XYZ 13.49 8.75 2.21 -
YUV 77.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 147 52 30 0 0.65 0.80 0.42 11.28 0.66 0.35
Hex 93 34 1E 0 41 50 2A B 42 23
Octal 223 64 36 0 101 120 52 13 102 43
Binary 10010011 110100 11110 0 1000001 1010000 101010 1011 1000010 100011

Color Harmonies of #93341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93341E

Black with #93341E

Text Example


Text Example

White with #93341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93341E; }

 p { color: rgb(147,52,30); }

 H1.HeaderClassName
 {
   color: #93341E;
 }
 .AnyTagClassName
 {
   color: #93341E;
 }
</style>

background-color css

<style>
 a { background-color: #93341E; }

 a { background-color: rgb(147,52,30); }

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

border-color css

<style>
 span { border-color: #93341E; }

 span { border-color: rgb(147,52,30); }

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