Html Css Color HEX #993104 Saddle Brown

📋 copy color: '#993104'

red 153 ◦ green 49 ◦ blue 4

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

Shades of Saddle Brown #993104

Tints of Saddle Brown #993104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 74.27%
G = 23.79%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993104 (or 0x993104) is known color: Saddle Brown. HEX triplet: 99, 31 and 04. RGB value is (153,49,4). Sum of RGB (Red+Green+Blue) = 153+49+4=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #993104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993104 is #66CEFB. Grayscale: #4B4B4B. Windows color (decimal): -6737660 or 274841. OLE color: 274841.

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

Color convert

RGB 153 49 4 -
CMYK 0 0.68 0.97 0.4
HSL 18.12º 0.95% 0.31% -
HSV(B) 18.12º 0.97% 0.6% -
XYZ 14.26 8.98 1.1 -
YUV 74.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 153 49 4 0 0.68 0.97 0.4 18.12 0.95 0.31
Hex 99 31 4 0 44 61 28 12 5F 1F
Octal 231 61 4 0 104 141 50 22 137 37
Binary 10011001 110001 100 0 1000100 1100001 101000 10010 1011111 11111

Color Harmonies of #993104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993104

Black with #993104

Text Example


Text Example

White with #993104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993104; }

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

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

background-color css

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

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

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

border-color css

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

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

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