Html Css Color HEX #93301F Burnt Umber

📋 copy color: '#93301F'

red 147 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #93301F

Tints of Burnt Umber #93301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 31 (12.5% from 255) = 13.72%

R = 65.04%
G = 21.24%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93301F (or 0x93301F) is known color: Burnt Umber. HEX triplet: 93, 30 and 1F. RGB value is (147,48,31). Sum of RGB (Red+Green+Blue) = 147+48+31=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93301F is #6CCFE0. Grayscale: #4B4B4B. Windows color (decimal): -7131105 or 2044051. OLE color: 2044051.

HSL color Cylindrical-coordinate representation of color #93301F: hue angle of 8.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93301F is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 48 31 -
CMYK 0 0.67 0.79 0.42
HSL 8.79º 0.65% 0.35% -
HSV(B) 8.79º 0.79% 0.58% -
XYZ 13.34 8.42 2.22 -
YUV 75.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 147 48 31 0 0.67 0.79 0.42 8.79 0.65 0.35
Hex 93 30 1F 0 43 4F 2A 9 41 23
Octal 223 60 37 0 103 117 52 11 101 43
Binary 10010011 110000 11111 0 1000011 1001111 101010 1001 1000001 100011

Color Harmonies of #93301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93301F

Black with #93301F

Text Example


Text Example

White with #93301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,48,31); }

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

background-color css

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

 a { background-color: rgb(147,48,31); }

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

border-color css

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

 span { border-color: rgb(147,48,31); }

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