Html Css Color HEX #994100 Saddle Brown

📋 copy color: '#994100'

red 153 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #994100

Tints of Saddle Brown #994100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.18%
G = 29.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#994100 (or 0x994100) is known color: Saddle Brown. HEX triplet: 99, 41 and 00. RGB value is (153,65,0). Sum of RGB (Red+Green+Blue) = 153+65+0=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #994100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994100 is #66BEFF. Grayscale: #545454. Windows color (decimal): -6733568 or 16793. OLE color: 16793.

HSL color Cylindrical-coordinate representation of color #994100: hue angle of 25.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #994100 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 0 -
CMYK 0 0.58 1 0.4
HSL 25.49º 1% 0.3% -
HSV(B) 25.49º 1% 0.6% -
XYZ 15.03 10.55 1.24 -
YUV 83.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 153 65 0 0 0.58 1 0.4 25.49 1 0.3
Hex 99 41 0 0 3A 64 28 19 64 1E
Octal 231 101 0 0 72 144 50 31 144 36
Binary 10011001 1000001 0 0 111010 1100100 101000 11001 1100100 11110

Color Harmonies of #994100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994100

Black with #994100

Text Example


Text Example

White with #994100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994100; }

 p { color: rgb(153,65,0); }

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

background-color css

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

 a { background-color: rgb(153,65,0); }

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

border-color css

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

 span { border-color: rgb(153,65,0); }

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