Html Css Color HEX #993421 Burnt Umber

📋 copy color: '#993421'

red 153 ◦ green 52 ◦ blue 33

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

Shades of Burnt Umber #993421

Tints of Burnt Umber #993421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.87%

R = 64.29%
G = 21.85%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993421 (or 0x993421) is known color: Burnt Umber. HEX triplet: 99, 34 and 21. RGB value is (153,52,33). Sum of RGB (Red+Green+Blue) = 153+52+33=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993421 is #66CBDE. Grayscale: #505050. Windows color (decimal): -6736863 or 2176153. OLE color: 2176153.

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

Color convert

RGB 153 52 33 -
CMYK 0 0.66 0.78 0.4
HSL 9.5º 0.65% 0.36% -
HSV(B) 9.5º 0.78% 0.6% -
XYZ 14.64 9.34 2.47 -
YUV 80.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 153 52 33 0 0.66 0.78 0.4 9.5 0.65 0.36
Hex 99 34 21 0 42 4E 28 A 41 24
Octal 231 64 41 0 102 116 50 12 101 44
Binary 10011001 110100 100001 0 1000010 1001110 101000 1010 1000001 100100

Color Harmonies of #993421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993421

Black with #993421

Text Example


Text Example

White with #993421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993421; }

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

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

background-color css

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

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

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

border-color css

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

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

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