Html Css Color HEX #993322 Burnt Umber

📋 copy color: '#993322'

red 153 ◦ green 51 ◦ blue 34

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

Shades of Burnt Umber #993322

Tints of Burnt Umber #993322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.29%

R = 64.29%
G = 21.43%
B = 14.29%

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

#993322 (or 0x993322) is known color: Burnt Umber. HEX triplet: 99, 33 and 22. RGB value is (153,51,34). Sum of RGB (Red+Green+Blue) = 153+51+34=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993322 is #66CCDD. Grayscale: #4F4F4F. Windows color (decimal): -6737118 or 2241433. OLE color: 2241433.

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

Color convert

RGB 153 51 34 -
CMYK 0 0.67 0.78 0.4
HSL 8.57º 0.64% 0.37% -
HSV(B) 8.57º 0.78% 0.6% -
XYZ 14.61 9.26 2.53 -
YUV 79.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 153 51 34 0 0.67 0.78 0.4 8.57 0.64 0.37
Hex 99 33 22 0 43 4E 28 9 40 25
Octal 231 63 42 0 103 116 50 11 100 45
Binary 10011001 110011 100010 0 1000011 1001110 101000 1001 1000000 100101

Color Harmonies of #993322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993322

Black with #993322

Text Example


Text Example

White with #993322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993322; }

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

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

background-color css

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

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

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

border-color css

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

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

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