Html Css Color HEX #93280D Burnt Umber

📋 copy color: '#93280D'

red 147 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #93280D

Tints of Burnt Umber #93280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20%

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 73.5%
G = 20%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93280D (or 0x93280D) is known color: Burnt Umber. HEX triplet: 93, 28 and 0D. RGB value is (147,40,13). Sum of RGB (Red+Green+Blue) = 147+40+13=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93280D is #6CD7F2. Grayscale: #454545. Windows color (decimal): -7133171 or 862355. OLE color: 862355.

HSL color Cylindrical-coordinate representation of color #93280D: hue angle of 12.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93280D is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 40 13 -
CMYK 0 0.73 0.91 0.42
HSL 12.09º 0.84% 0.31% -
HSV(B) 12.09º 0.91% 0.58% -
XYZ 12.86 7.75 1.2 -
YUV 68.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 147 40 13 0 0.73 0.91 0.42 12.09 0.84 0.31
Hex 93 28 D 0 49 5B 2A C 54 1F
Octal 223 50 15 0 111 133 52 14 124 37
Binary 10010011 101000 1101 0 1001001 1011011 101010 1100 1010100 11111

Color Harmonies of #93280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93280D

Black with #93280D

Text Example


Text Example

White with #93280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93280D; }

 p { color: rgb(147,40,13); }

 H1.HeaderClassName
 {
   color: #93280D;
 }
 .AnyTagClassName
 {
   color: #93280D;
 }
</style>

background-color css

<style>
 a { background-color: #93280D; }

 a { background-color: rgb(147,40,13); }

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

border-color css

<style>
 span { border-color: #93280D; }

 span { border-color: rgb(147,40,13); }

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