Html Css Color HEX #994210 Saddle Brown

📋 copy color: '#994210'

red 153 ◦ green 66 ◦ blue 16

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

Shades of Saddle Brown #994210

Tints of Saddle Brown #994210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 65.11%
G = 28.09%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#994210 (or 0x994210) is known color: Saddle Brown. HEX triplet: 99, 42 and 10. RGB value is (153,66,16). Sum of RGB (Red+Green+Blue) = 153+66+16=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #994210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994210 is #66BDEF. Grayscale: #565656. Windows color (decimal): -6733296 or 1065625. OLE color: 1065625.

HSL color Cylindrical-coordinate representation of color #994210: hue angle of 21.9º 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 #994210 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 16 -
CMYK 0 0.57 0.90 0.4
HSL 21.9º 0.81% 0.33% -
HSV(B) 21.9º 0.9% 0.6% -
XYZ 15.18 10.71 1.76 -
YUV 86.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 153 66 16 0 0.57 0.90 0.4 21.9 0.81 0.33
Hex 99 42 10 0 39 5A 28 16 51 21
Octal 231 102 20 0 71 132 50 26 121 41
Binary 10011001 1000010 10000 0 111001 1011010 101000 10110 1010001 100001

Color Harmonies of #994210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994210

Black with #994210

Text Example


Text Example

White with #994210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994210; }

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

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

background-color css

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

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

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

border-color css

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

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

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