Html Css Color HEX #994410 Saddle Brown

📋 copy color: '#994410'

red 153 ◦ green 68 ◦ blue 16

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

Shades of Saddle Brown #994410

Tints of Saddle Brown #994410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 64.56%
G = 28.69%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#994410 (or 0x994410) is known color: Saddle Brown. HEX triplet: 99, 44 and 10. RGB value is (153,68,16). Sum of RGB (Red+Green+Blue) = 153+68+16=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #994410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994410 is #66BBEF. Grayscale: #575757. Windows color (decimal): -6732784 or 1066137. OLE color: 1066137.

HSL color Cylindrical-coordinate representation of color #994410: hue angle of 22.77º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #994410 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 16 -
CMYK 0 0.56 0.90 0.4
HSL 22.77º 0.81% 0.33% -
HSV(B) 22.77º 0.9% 0.6% -
XYZ 15.3 10.94 1.8 -
YUV 87.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 153 68 16 0 0.56 0.90 0.4 22.77 0.81 0.33
Hex 99 44 10 0 38 5A 28 17 51 21
Octal 231 104 20 0 70 132 50 27 121 41
Binary 10011001 1000100 10000 0 111000 1011010 101000 10111 1010001 100001

Color Harmonies of #994410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994410

Black with #994410

Text Example


Text Example

White with #994410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994410; }

 p { color: rgb(153,68,16); }

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

background-color css

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

 a { background-color: rgb(153,68,16); }

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

border-color css

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

 span { border-color: rgb(153,68,16); }

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