Html Css Color HEX #994512 Saddle Brown

📋 copy color: '#994512'

red 153 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #994512

Tints of Saddle Brown #994512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 63.75%
G = 28.75%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#994512 (or 0x994512) is known color: Saddle Brown. HEX triplet: 99, 45 and 12. RGB value is (153,69,18). Sum of RGB (Red+Green+Blue) = 153+69+18=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #994512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994512 is #66BAED. Grayscale: #585858. Windows color (decimal): -6732526 or 1197465. OLE color: 1197465.

HSL color Cylindrical-coordinate representation of color #994512: hue angle of 22.67º degrees, saturation: 0.79, 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 #994512 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 18 -
CMYK 0 0.55 0.88 0.4
HSL 22.67º 0.79% 0.34% -
HSV(B) 22.67º 0.88% 0.6% -
XYZ 15.37 11.07 1.9 -
YUV 88.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 153 69 18 0 0.55 0.88 0.4 22.67 0.79 0.34
Hex 99 45 12 0 37 58 28 17 4F 22
Octal 231 105 22 0 67 130 50 27 117 42
Binary 10011001 1000101 10010 0 110111 1011000 101000 10111 1001111 100010

Color Harmonies of #994512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994512

Black with #994512

Text Example


Text Example

White with #994512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994512; }

 p { color: rgb(153,69,18); }

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

background-color css

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

 a { background-color: rgb(153,69,18); }

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

border-color css

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

 span { border-color: rgb(153,69,18); }

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