Html Css Color HEX #93371F Burnt Umber

📋 copy color: '#93371F'

red 147 ◦ green 55 ◦ blue 31

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

Shades of Burnt Umber #93371F

Tints of Burnt Umber #93371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 63.09%
G = 23.61%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93371F (or 0x93371F) is known color: Burnt Umber. HEX triplet: 93, 37 and 1F. RGB value is (147,55,31). Sum of RGB (Red+Green+Blue) = 147+55+31=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #93371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93371F is #6CC8E0. Grayscale: #4F4F4F. Windows color (decimal): -7129313 or 2045843. OLE color: 2045843.

HSL color Cylindrical-coordinate representation of color #93371F: hue angle of 12.41º 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 #93371F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 31 -
CMYK 0 0.63 0.79 0.42
HSL 12.41º 0.65% 0.35% -
HSV(B) 12.41º 0.79% 0.58% -
XYZ 13.65 9.03 2.32 -
YUV 79.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 147 55 31 0 0.63 0.79 0.42 12.41 0.65 0.35
Hex 93 37 1F 0 3F 4F 2A C 41 23
Octal 223 67 37 0 77 117 52 14 101 43
Binary 10010011 110111 11111 0 111111 1001111 101010 1100 1000001 100011

Color Harmonies of #93371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93371F

Black with #93371F

Text Example


Text Example

White with #93371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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