Html Css Color HEX #993604 Saddle Brown

📋 copy color: '#993604'

red 153 ◦ green 54 ◦ blue 4

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

Shades of Saddle Brown #993604

Tints of Saddle Brown #993604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 72.51%
G = 25.59%
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

#993604 (or 0x993604) is known color: Saddle Brown. HEX triplet: 99, 36 and 04. RGB value is (153,54,4). Sum of RGB (Red+Green+Blue) = 153+54+4=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #993604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993604 is #66C9FB. Grayscale: #4E4E4E. Windows color (decimal): -6736380 or 276121. OLE color: 276121.

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

Color convert

RGB 153 54 4 -
CMYK 0 0.65 0.97 0.4
HSL 20.13º 0.95% 0.31% -
HSV(B) 20.13º 0.97% 0.6% -
XYZ 14.48 9.42 1.17 -
YUV 77.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 153 54 4 0 0.65 0.97 0.4 20.13 0.95 0.31
Hex 99 36 4 0 41 61 28 14 5F 1F
Octal 231 66 4 0 101 141 50 24 137 37
Binary 10011001 110110 100 0 1000001 1100001 101000 10100 1011111 11111

Color Harmonies of #993604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993604

Black with #993604

Text Example


Text Example

White with #993604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993604; }

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

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

background-color css

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

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

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

border-color css

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

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

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