Html Css Color HEX #993614 Burnt Umber

📋 copy color: '#993614'

red 153 ◦ green 54 ◦ blue 20

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

Shades of Burnt Umber #993614

Tints of Burnt Umber #993614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 67.4%
G = 23.79%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#993614 (or 0x993614) is known color: Burnt Umber. HEX triplet: 99, 36 and 14. RGB value is (153,54,20). Sum of RGB (Red+Green+Blue) = 153+54+20=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993614 is #66C9EB. Grayscale: #4F4F4F. Windows color (decimal): -6736364 or 1324697. OLE color: 1324697.

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

Color convert

RGB 153 54 20 -
CMYK 0 0.65 0.87 0.4
HSL 15.34º 0.77% 0.34% -
HSV(B) 15.34º 0.87% 0.6% -
XYZ 14.58 9.46 1.72 -
YUV 79.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 153 54 20 0 0.65 0.87 0.4 15.34 0.77 0.34
Hex 99 36 14 0 41 57 28 F 4D 22
Octal 231 66 24 0 101 127 50 17 115 42
Binary 10011001 110110 10100 0 1000001 1010111 101000 1111 1001101 100010

Color Harmonies of #993614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993614

Black with #993614

Text Example


Text Example

White with #993614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993614; }

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

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

background-color css

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

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

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

border-color css

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

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

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