Html Css Color HEX #994005 Saddle Brown

📋 copy color: '#994005'

red 153 ◦ green 64 ◦ blue 5

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

Shades of Saddle Brown #994005

Tints of Saddle Brown #994005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.83%

 BLUE value IS 5 (2.34% from 255) = 2.25%

R = 68.92%
G = 28.83%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994005 (or 0x994005) is known color: Saddle Brown. HEX triplet: 99, 40 and 05. RGB value is (153,64,5). Sum of RGB (Red+Green+Blue) = 153+64+5=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #994005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994005 is #66BFFA. Grayscale: #545454. Windows color (decimal): -6733819 or 344217. OLE color: 344217.

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

Color convert

RGB 153 64 5 -
CMYK 0 0.58 0.97 0.4
HSL 23.92º 0.94% 0.31% -
HSV(B) 23.92º 0.97% 0.6% -
XYZ 15 10.45 1.37 -
YUV 83.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 153 64 5 0 0.58 0.97 0.4 23.92 0.94 0.31
Hex 99 40 5 0 3A 61 28 18 5E 1F
Octal 231 100 5 0 72 141 50 30 136 37
Binary 10011001 1000000 101 0 111010 1100001 101000 11000 1011110 11111

Color Harmonies of #994005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994005

Black with #994005

Text Example


Text Example

White with #994005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994005; }

 p { color: rgb(153,64,5); }

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

background-color css

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

 a { background-color: rgb(153,64,5); }

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

border-color css

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

 span { border-color: rgb(153,64,5); }

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