Html Css Color HEX #993424 Burnt Umber

📋 copy color: '#993424'

red 153 ◦ green 52 ◦ blue 36

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

Shades of Burnt Umber #993424

Tints of Burnt Umber #993424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 63.49%
G = 21.58%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993424 (or 0x993424) is known color: Burnt Umber. HEX triplet: 99, 34 and 24. RGB value is (153,52,36). Sum of RGB (Red+Green+Blue) = 153+52+36=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993424 is #66CBDB. Grayscale: #505050. Windows color (decimal): -6736860 or 2372761. OLE color: 2372761.

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

Color convert

RGB 153 52 36 -
CMYK 0 0.66 0.76 0.4
HSL 8.21º 0.62% 0.37% -
HSV(B) 8.21º 0.76% 0.6% -
XYZ 14.68 9.36 2.7 -
YUV 80.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 153 52 36 0 0.66 0.76 0.4 8.21 0.62 0.37
Hex 99 34 24 0 42 4C 28 8 3E 25
Octal 231 64 44 0 102 114 50 10 76 45
Binary 10011001 110100 100100 0 1000010 1001100 101000 1000 111110 100101

Color Harmonies of #993424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993424

Black with #993424

Text Example


Text Example

White with #993424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993424; }

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

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

background-color css

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

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

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

border-color css

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

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

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