Html Css Color HEX #93341C Burnt Umber

📋 copy color: '#93341C'

red 147 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #93341C

Tints of Burnt Umber #93341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 64.76%
G = 22.91%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93341C (or 0x93341C) is known color: Burnt Umber. HEX triplet: 93, 34 and 1C. RGB value is (147,52,28). Sum of RGB (Red+Green+Blue) = 147+52+28=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93341C is #6CCBE3. Grayscale: #4D4D4D. Windows color (decimal): -7130084 or 1848467. OLE color: 1848467.

HSL color Cylindrical-coordinate representation of color #93341C: hue angle of 12.1º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93341C is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 28 -
CMYK 0 0.65 0.81 0.42
HSL 12.1º 0.68% 0.34% -
HSV(B) 12.1º 0.81% 0.58% -
XYZ 13.47 8.74 2.08 -
YUV 77.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 147 52 28 0 0.65 0.81 0.42 12.1 0.68 0.34
Hex 93 34 1C 0 41 51 2A C 44 22
Octal 223 64 34 0 101 121 52 14 104 42
Binary 10010011 110100 11100 0 1000001 1010001 101010 1100 1000100 100010

Color Harmonies of #93341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93341C

Black with #93341C

Text Example


Text Example

White with #93341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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