Html Css Color HEX #993210 Burnt Umber

📋 copy color: '#993210'

red 153 ◦ green 50 ◦ blue 16

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

Shades of Burnt Umber #993210

Tints of Burnt Umber #993210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 69.86%
G = 22.83%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#993210 (or 0x993210) is known color: Burnt Umber. HEX triplet: 99, 32 and 10. RGB value is (153,50,16). Sum of RGB (Red+Green+Blue) = 153+50+16=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #993210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993210 is #66CDEF. Grayscale: #4D4D4D. Windows color (decimal): -6737392 or 1061529. OLE color: 1061529.

HSL color Cylindrical-coordinate representation of color #993210: hue angle of 14.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993210 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 16 -
CMYK 0 0.67 0.90 0.4
HSL 14.89º 0.81% 0.33% -
HSV(B) 14.89º 0.9% 0.6% -
XYZ 14.37 9.09 1.49 -
YUV 76.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 153 50 16 0 0.67 0.90 0.4 14.89 0.81 0.33
Hex 99 32 10 0 43 5A 28 F 51 21
Octal 231 62 20 0 103 132 50 17 121 41
Binary 10011001 110010 10000 0 1000011 1011010 101000 1111 1010001 100001

Color Harmonies of #993210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993210

Black with #993210

Text Example


Text Example

White with #993210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993210; }

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

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

background-color css

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

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

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

border-color css

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

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

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