Html Css Color HEX #994402 Saddle Brown

📋 copy color: '#994402'

red 153 ◦ green 68 ◦ blue 2

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

Shades of Saddle Brown #994402

Tints of Saddle Brown #994402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 68.61%
G = 30.49%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#994402 (or 0x994402) is known color: Saddle Brown. HEX triplet: 99, 44 and 02. RGB value is (153,68,2). Sum of RGB (Red+Green+Blue) = 153+68+2=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #994402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994402 is #66BBFD. Grayscale: #565656. Windows color (decimal): -6732798 or 148633. OLE color: 148633.

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

Color convert

RGB 153 68 2 -
CMYK 0 0.56 0.99 0.4
HSL 26.23º 0.97% 0.3% -
HSV(B) 26.23º 0.99% 0.6% -
XYZ 15.21 10.91 1.36 -
YUV 85.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 153 68 2 0 0.56 0.99 0.4 26.23 0.97 0.3
Hex 99 44 2 0 38 63 28 1A 61 1E
Octal 231 104 2 0 70 143 50 32 141 36
Binary 10011001 1000100 10 0 111000 1100011 101000 11010 1100001 11110

Color Harmonies of #994402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994402

Black with #994402

Text Example


Text Example

White with #994402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994402; }

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

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

background-color css

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

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

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

border-color css

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

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

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