Html Css Color HEX #993222 Burnt Umber

📋 copy color: '#993222'

red 153 ◦ green 50 ◦ blue 34

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

Shades of Burnt Umber #993222

Tints of Burnt Umber #993222

RGB

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

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

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

R = 64.56%
G = 21.1%
B = 14.35%

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

#993222 (or 0x993222) is known color: Burnt Umber. HEX triplet: 99, 32 and 22. RGB value is (153,50,34). Sum of RGB (Red+Green+Blue) = 153+50+34=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993222 is #66CDDD. Grayscale: #4F4F4F. Windows color (decimal): -6737374 or 2241177. OLE color: 2241177.

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

Color convert

RGB 153 50 34 -
CMYK 0 0.67 0.78 0.4
HSL 8.07º 0.64% 0.37% -
HSV(B) 8.07º 0.78% 0.6% -
XYZ 14.57 9.17 2.52 -
YUV 78.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 153 50 34 0 0.67 0.78 0.4 8.07 0.64 0.37
Hex 99 32 22 0 43 4E 28 8 40 25
Octal 231 62 42 0 103 116 50 10 100 45
Binary 10011001 110010 100010 0 1000011 1001110 101000 1000 1000000 100101

Color Harmonies of #993222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993222

Black with #993222

Text Example


Text Example

White with #993222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993222; }

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

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

background-color css

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

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

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

border-color css

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

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

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