Html Css Color HEX #994400 Saddle Brown

📋 copy color: '#994400'

red 153 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #994400

Tints of Saddle Brown #994400

RGB

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

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

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

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#994400 (or 0x994400) is known color: Saddle Brown. HEX triplet: 99, 44 and 00. RGB value is (153,68,0). Sum of RGB (Red+Green+Blue) = 153+68+0=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #994400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994400 is #66BBFF. Grayscale: #565656. Windows color (decimal): -6732800 or 17561. OLE color: 17561.

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

Color convert

RGB 153 68 0 -
CMYK 0 0.56 1 0.4
HSL 26.67º 1% 0.3% -
HSV(B) 26.67º 1% 0.6% -
XYZ 15.2 10.91 1.3 -
YUV 85.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 153 68 0 0 0.56 1 0.4 26.67 1 0.3
Hex 99 44 0 0 38 64 28 1B 64 1E
Octal 231 104 0 0 70 144 50 33 144 36
Binary 10011001 1000100 0 0 111000 1100100 101000 11011 1100100 11110

Color Harmonies of #994400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994400

Black with #994400

Text Example


Text Example

White with #994400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994400; }

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

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

background-color css

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

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

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

border-color css

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

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

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