Html Css Color HEX #994805 Saddle Brown

📋 copy color: '#994805'

red 153 ◦ green 72 ◦ blue 5

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

Shades of Saddle Brown #994805

Tints of Saddle Brown #994805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

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

R = 66.52%
G = 31.3%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994805 (or 0x994805) is known color: Saddle Brown. HEX triplet: 99, 48 and 05. RGB value is (153,72,5). Sum of RGB (Red+Green+Blue) = 153+72+5=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #994805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994805 is #66B7FA. Grayscale: #585858. Windows color (decimal): -6731771 or 346265. OLE color: 346265.

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

Color convert

RGB 153 72 5 -
CMYK 0 0.53 0.97 0.4
HSL 27.16º 0.94% 0.31% -
HSV(B) 27.16º 0.97% 0.6% -
XYZ 15.48 11.42 1.53 -
YUV 88.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 153 72 5 0 0.53 0.97 0.4 27.16 0.94 0.31
Hex 99 48 5 0 35 61 28 1B 5E 1F
Octal 231 110 5 0 65 141 50 33 136 37
Binary 10011001 1001000 101 0 110101 1100001 101000 11011 1011110 11111

Color Harmonies of #994805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994805

Black with #994805

Text Example


Text Example

White with #994805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994805; }

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

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

background-color css

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

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

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

border-color css

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

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

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