Html Css Color HEX #93381C Burnt Umber

📋 copy color: '#93381C'

red 147 ◦ green 56 ◦ blue 28

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

Shades of Burnt Umber #93381C

Tints of Burnt Umber #93381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

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

R = 63.64%
G = 24.24%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93381C (or 0x93381C) is known color: Burnt Umber. HEX triplet: 93, 38 and 1C. RGB value is (147,56,28). Sum of RGB (Red+Green+Blue) = 147+56+28=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93381C is #6CC7E3. Grayscale: #505050. Windows color (decimal): -7129060 or 1849491. OLE color: 1849491.

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

Color convert

RGB 147 56 28 -
CMYK 0 0.62 0.81 0.42
HSL 14.12º 0.68% 0.34% -
HSV(B) 14.12º 0.81% 0.58% -
XYZ 13.66 9.12 2.14 -
YUV 80.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 147 56 28 0 0.62 0.81 0.42 14.12 0.68 0.34
Hex 93 38 1C 0 3E 51 2A E 44 22
Octal 223 70 34 0 76 121 52 16 104 42
Binary 10010011 111000 11100 0 111110 1010001 101010 1110 1000100 100010

Color Harmonies of #93381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93381C

Black with #93381C

Text Example


Text Example

White with #93381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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