Html Css Color HEX #994C15 Saddle Brown

📋 copy color: '#994C15'

red 153 ◦ green 76 ◦ blue 21

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

Shades of Saddle Brown #994C15

Tints of Saddle Brown #994C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 61.2%
G = 30.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#994C15 (or 0x994C15) is known color: Saddle Brown. HEX triplet: 99, 4C and 15. RGB value is (153,76,21). Sum of RGB (Red+Green+Blue) = 153+76+21=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #994C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C15 is #66B3EA. Grayscale: #5D5D5D. Windows color (decimal): -6730731 or 1395865. OLE color: 1395865.

HSL color Cylindrical-coordinate representation of color #994C15: hue angle of 25º degrees, saturation: 0.76, 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 #994C15 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 21 -
CMYK 0 0.50 0.86 0.4
HSL 25º 0.76% 0.34% -
HSV(B) 25º 0.86% 0.6% -
XYZ 15.86 12 2.19 -
YUV 92.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 153 76 21 0 0.50 0.86 0.4 25 0.76 0.34
Hex 99 4C 15 0 32 56 28 19 4C 22
Octal 231 114 25 0 62 126 50 31 114 42
Binary 10011001 1001100 10101 0 110010 1010110 101000 11001 1001100 100010

Color Harmonies of #994C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C15

Black with #994C15

Text Example


Text Example

White with #994C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C15; }

 p { color: rgb(153,76,21); }

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

background-color css

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

 a { background-color: rgb(153,76,21); }

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

border-color css

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

 span { border-color: rgb(153,76,21); }

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