Html Css Color HEX #993504 Saddle Brown

📋 copy color: '#993504'

red 153 ◦ green 53 ◦ blue 4

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

Shades of Saddle Brown #993504

Tints of Saddle Brown #993504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 72.86%
G = 25.24%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993504 (or 0x993504) is known color: Saddle Brown. HEX triplet: 99, 35 and 04. RGB value is (153,53,4). Sum of RGB (Red+Green+Blue) = 153+53+4=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #993504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993504 is #66CAFB. Grayscale: #4D4D4D. Windows color (decimal): -6736636 or 275865. OLE color: 275865.

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

Color convert

RGB 153 53 4 -
CMYK 0 0.65 0.97 0.4
HSL 19.73º 0.95% 0.31% -
HSV(B) 19.73º 0.97% 0.6% -
XYZ 14.43 9.33 1.15 -
YUV 77.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 153 53 4 0 0.65 0.97 0.4 19.73 0.95 0.31
Hex 99 35 4 0 41 61 28 14 5F 1F
Octal 231 65 4 0 101 141 50 24 137 37
Binary 10011001 110101 100 0 1000001 1100001 101000 10100 1011111 11111

Color Harmonies of #993504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993504

Black with #993504

Text Example


Text Example

White with #993504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993504; }

 p { color: rgb(153,53,4); }

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

background-color css

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

 a { background-color: rgb(153,53,4); }

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

border-color css

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

 span { border-color: rgb(153,53,4); }

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