Html Css Color HEX #993404 Saddle Brown

📋 copy color: '#993404'

red 153 ◦ green 52 ◦ blue 4

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

Shades of Saddle Brown #993404

Tints of Saddle Brown #993404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 73.21%
G = 24.88%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993404 (or 0x993404) is known color: Saddle Brown. HEX triplet: 99, 34 and 04. RGB value is (153,52,4). Sum of RGB (Red+Green+Blue) = 153+52+4=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #993404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993404 is #66CBFB. Grayscale: #4D4D4D. Windows color (decimal): -6736892 or 275609. OLE color: 275609.

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

Color convert

RGB 153 52 4 -
CMYK 0 0.66 0.97 0.4
HSL 19.33º 0.95% 0.31% -
HSV(B) 19.33º 0.97% 0.6% -
XYZ 14.39 9.24 1.14 -
YUV 76.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 153 52 4 0 0.66 0.97 0.4 19.33 0.95 0.31
Hex 99 34 4 0 42 61 28 13 5F 1F
Octal 231 64 4 0 102 141 50 23 137 37
Binary 10011001 110100 100 0 1000010 1100001 101000 10011 1011111 11111

Color Harmonies of #993404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993404

Black with #993404

Text Example


Text Example

White with #993404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993404; }

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

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

background-color css

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

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

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

border-color css

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

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

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