Html Css Color HEX #993418 Burnt Umber

📋 copy color: '#993418'

red 153 ◦ green 52 ◦ blue 24

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

Shades of Burnt Umber #993418

Tints of Burnt Umber #993418

RGB

 RED value IS 153 (60.16% from 255) = 66.81%

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 66.81%
G = 22.71%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#993418 (or 0x993418) is known color: Burnt Umber. HEX triplet: 99, 34 and 18. RGB value is (153,52,24). Sum of RGB (Red+Green+Blue) = 153+52+24=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #993418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993418 is #66CBE7. Grayscale: #4F4F4F. Windows color (decimal): -6736872 or 1586329. OLE color: 1586329.

HSL color Cylindrical-coordinate representation of color #993418: hue angle of 13.02º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993418 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 24 -
CMYK 0 0.66 0.84 0.4
HSL 13.02º 0.73% 0.35% -
HSV(B) 13.02º 0.84% 0.6% -
XYZ 14.53 9.29 1.89 -
YUV 79.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 153 52 24 0 0.66 0.84 0.4 13.02 0.73 0.35
Hex 99 34 18 0 42 54 28 D 49 23
Octal 231 64 30 0 102 124 50 15 111 43
Binary 10011001 110100 11000 0 1000010 1010100 101000 1101 1001001 100011

Color Harmonies of #993418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993418

Black with #993418

Text Example


Text Example

White with #993418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993418; }

 p { color: rgb(153,52,24); }

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

background-color css

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

 a { background-color: rgb(153,52,24); }

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

border-color css

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

 span { border-color: rgb(153,52,24); }

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