Html Css Color HEX #993520 Burnt Umber

📋 copy color: '#993520'

red 153 ◦ green 53 ◦ blue 32

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

Shades of Burnt Umber #993520

Tints of Burnt Umber #993520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 64.29%
G = 22.27%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#993520 (or 0x993520) is known color: Burnt Umber. HEX triplet: 99, 35 and 20. RGB value is (153,53,32). Sum of RGB (Red+Green+Blue) = 153+53+32=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993520 is #66CADF. Grayscale: #505050. Windows color (decimal): -6736608 or 2110873. OLE color: 2110873.

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

Color convert

RGB 153 53 32 -
CMYK 0 0.65 0.79 0.4
HSL 10.41º 0.65% 0.36% -
HSV(B) 10.41º 0.79% 0.6% -
XYZ 14.67 9.42 2.41 -
YUV 80.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 153 53 32 0 0.65 0.79 0.4 10.41 0.65 0.36
Hex 99 35 20 0 41 4F 28 A 41 24
Octal 231 65 40 0 101 117 50 12 101 44
Binary 10011001 110101 100000 0 1000001 1001111 101000 1010 1000001 100100

Color Harmonies of #993520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993520

Black with #993520

Text Example


Text Example

White with #993520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993520; }

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

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

background-color css

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

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

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

border-color css

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

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

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