Html Css Color HEX #993220 Burnt Umber

📋 copy color: '#993220'

red 153 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #993220

Tints of Burnt Umber #993220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 65.11%
G = 21.28%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#993220 (or 0x993220) is known color: Burnt Umber. HEX triplet: 99, 32 and 20. RGB value is (153,50,32). Sum of RGB (Red+Green+Blue) = 153+50+32=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993220 is #66CDDF. Grayscale: #4E4E4E. Windows color (decimal): -6737376 or 2110105. OLE color: 2110105.

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

Color convert

RGB 153 50 32 -
CMYK 0 0.67 0.79 0.4
HSL 8.93º 0.65% 0.36% -
HSV(B) 8.93º 0.79% 0.6% -
XYZ 14.54 9.16 2.37 -
YUV 78.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 153 50 32 0 0.67 0.79 0.4 8.93 0.65 0.36
Hex 99 32 20 0 43 4F 28 9 41 24
Octal 231 62 40 0 103 117 50 11 101 44
Binary 10011001 110010 100000 0 1000011 1001111 101000 1001 1000001 100100

Color Harmonies of #993220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993220

Black with #993220

Text Example


Text Example

White with #993220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993220; }

 p { color: rgb(153,50,32); }

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

background-color css

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

 a { background-color: rgb(153,50,32); }

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

border-color css

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

 span { border-color: rgb(153,50,32); }

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