Html Css Color HEX #93361C Burnt Umber

📋 copy color: '#93361C'

red 147 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #93361C

Tints of Burnt Umber #93361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 64.19%
G = 23.58%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93361C (or 0x93361C) is known color: Burnt Umber. HEX triplet: 93, 36 and 1C. RGB value is (147,54,28). Sum of RGB (Red+Green+Blue) = 147+54+28=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93361C is #6CC9E3. Grayscale: #4F4F4F. Windows color (decimal): -7129572 or 1848979. OLE color: 1848979.

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

Color convert

RGB 147 54 28 -
CMYK 0 0.63 0.81 0.42
HSL 13.11º 0.68% 0.34% -
HSV(B) 13.11º 0.81% 0.58% -
XYZ 13.56 8.93 2.11 -
YUV 78.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 147 54 28 0 0.63 0.81 0.42 13.11 0.68 0.34
Hex 93 36 1C 0 3F 51 2A D 44 22
Octal 223 66 34 0 77 121 52 15 104 42
Binary 10010011 110110 11100 0 111111 1010001 101010 1101 1000100 100010

Color Harmonies of #93361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93361C

Black with #93361C

Text Example


Text Example

White with #93361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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