Html Css Color HEX #993204 Saddle Brown

📋 copy color: '#993204'

red 153 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #993204

Tints of Saddle Brown #993204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 73.91%
G = 24.15%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993204 (or 0x993204) is known color: Saddle Brown. HEX triplet: 99, 32 and 04. RGB value is (153,50,4). Sum of RGB (Red+Green+Blue) = 153+50+4=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #993204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993204 is #66CDFB. Grayscale: #4B4B4B. Windows color (decimal): -6737404 or 275097. OLE color: 275097.

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

Color convert

RGB 153 50 4 -
CMYK 0 0.67 0.97 0.4
HSL 18.52º 0.95% 0.31% -
HSV(B) 18.52º 0.97% 0.6% -
XYZ 14.3 9.06 1.11 -
YUV 75.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 153 50 4 0 0.67 0.97 0.4 18.52 0.95 0.31
Hex 99 32 4 0 43 61 28 13 5F 1F
Octal 231 62 4 0 103 141 50 23 137 37
Binary 10011001 110010 100 0 1000011 1100001 101000 10011 1011111 11111

Color Harmonies of #993204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993204

Black with #993204

Text Example


Text Example

White with #993204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993204; }

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

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

background-color css

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

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

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

border-color css

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

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

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