Html Css Color HEX #993616 Burnt Umber

📋 copy color: '#993616'

red 153 ◦ green 54 ◦ blue 22

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

Shades of Burnt Umber #993616

Tints of Burnt Umber #993616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 66.81%
G = 23.58%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993616 (or 0x993616) is known color: Burnt Umber. HEX triplet: 99, 36 and 16. RGB value is (153,54,22). Sum of RGB (Red+Green+Blue) = 153+54+22=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #993616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993616 is #66C9E9. Grayscale: #505050. Windows color (decimal): -6736362 or 1455769. OLE color: 1455769.

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

Color convert

RGB 153 54 22 -
CMYK 0 0.65 0.86 0.4
HSL 14.66º 0.75% 0.34% -
HSV(B) 14.66º 0.86% 0.6% -
XYZ 14.6 9.47 1.82 -
YUV 79.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 153 54 22 0 0.65 0.86 0.4 14.66 0.75 0.34
Hex 99 36 16 0 41 56 28 F 4B 22
Octal 231 66 26 0 101 126 50 17 113 42
Binary 10011001 110110 10110 0 1000001 1010110 101000 1111 1001011 100010

Color Harmonies of #993616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993616

Black with #993616

Text Example


Text Example

White with #993616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993616; }

 p { color: rgb(153,54,22); }

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

background-color css

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

 a { background-color: rgb(153,54,22); }

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

border-color css

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

 span { border-color: rgb(153,54,22); }

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