Html Css Color HEX #993022 Burnt Umber

📋 copy color: '#993022'

red 153 ◦ green 48 ◦ blue 34

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

Shades of Burnt Umber #993022

Tints of Burnt Umber #993022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 65.11%
G = 20.43%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993022 (or 0x993022) is known color: Burnt Umber. HEX triplet: 99, 30 and 22. RGB value is (153,48,34). Sum of RGB (Red+Green+Blue) = 153+48+34=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993022 is #66CFDD. Grayscale: #4D4D4D. Windows color (decimal): -6737886 or 2240665. OLE color: 2240665.

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

Color convert

RGB 153 48 34 -
CMYK 0 0.69 0.78 0.4
HSL 7.06º 0.64% 0.37% -
HSV(B) 7.06º 0.78% 0.6% -
XYZ 14.48 9 2.49 -
YUV 77.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 153 48 34 0 0.69 0.78 0.4 7.06 0.64 0.37
Hex 99 30 22 0 45 4E 28 7 40 25
Octal 231 60 42 0 105 116 50 7 100 45
Binary 10011001 110000 100010 0 1000101 1001110 101000 111 1000000 100101

Color Harmonies of #993022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993022

Black with #993022

Text Example


Text Example

White with #993022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993022; }

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

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

background-color css

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

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

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

border-color css

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

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

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