Html Css Color HEX #993321 Burnt Umber

📋 copy color: '#993321'

red 153 ◦ green 51 ◦ blue 33

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

Shades of Burnt Umber #993321

Tints of Burnt Umber #993321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 64.56%
G = 21.52%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993321 (or 0x993321) is known color: Burnt Umber. HEX triplet: 99, 33 and 21. RGB value is (153,51,33). Sum of RGB (Red+Green+Blue) = 153+51+33=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993321 is #66CCDE. Grayscale: #4F4F4F. Windows color (decimal): -6737119 or 2175897. OLE color: 2175897.

HSL color Cylindrical-coordinate representation of color #993321: hue angle of 9º 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 #993321 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 33 -
CMYK 0 0.67 0.78 0.4
HSL 0.65% 0.36% -
HSV(B) 0.78% 0.6% -
XYZ 14.6 9.25 2.45 -
YUV 79.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 153 51 33 0 0.67 0.78 0.4 9 0.65 0.36
Hex 99 33 21 0 43 4E 28 9 41 24
Octal 231 63 41 0 103 116 50 11 101 44
Binary 10011001 110011 100001 0 1000011 1001110 101000 1001 1000001 100100

Color Harmonies of #993321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993321

Black with #993321

Text Example


Text Example

White with #993321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993321; }

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

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

background-color css

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

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

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

border-color css

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

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

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