Html Css Color HEX #994C13 Saddle Brown

📋 copy color: '#994C13'

red 153 ◦ green 76 ◦ blue 19

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

Shades of Saddle Brown #994C13

Tints of Saddle Brown #994C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 61.69%
G = 30.65%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#994C13 (or 0x994C13) is known color: Saddle Brown. HEX triplet: 99, 4C and 13. RGB value is (153,76,19). Sum of RGB (Red+Green+Blue) = 153+76+19=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #994C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C13 is #66B3EC. Grayscale: #5C5C5C. Windows color (decimal): -6730733 or 1264793. OLE color: 1264793.

HSL color Cylindrical-coordinate representation of color #994C13: hue angle of 25.52º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #994C13 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 19 -
CMYK 0 0.50 0.88 0.4
HSL 25.52º 0.78% 0.34% -
HSV(B) 25.52º 0.88% 0.6% -
XYZ 15.84 11.99 2.1 -
YUV 92.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 153 76 19 0 0.50 0.88 0.4 25.52 0.78 0.34
Hex 99 4C 13 0 32 58 28 1A 4E 22
Octal 231 114 23 0 62 130 50 32 116 42
Binary 10011001 1001100 10011 0 110010 1011000 101000 11010 1001110 100010

Color Harmonies of #994C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C13

Black with #994C13

Text Example


Text Example

White with #994C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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