Html Css Color HEX #993304 Saddle Brown

📋 copy color: '#993304'

red 153 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #993304

Tints of Saddle Brown #993304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 73.56%
G = 24.52%
B = 1.92%

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

#993304 (or 0x993304) is known color: Saddle Brown. HEX triplet: 99, 33 and 04. RGB value is (153,51,4). Sum of RGB (Red+Green+Blue) = 153+51+4=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #993304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993304 is #66CCFB. Grayscale: #4C4C4C. Windows color (decimal): -6737148 or 275353. OLE color: 275353.

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

Color convert

RGB 153 51 4 -
CMYK 0 0.67 0.97 0.4
HSL 18.93º 0.95% 0.31% -
HSV(B) 18.93º 0.97% 0.6% -
XYZ 14.34 9.15 1.12 -
YUV 76.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 153 51 4 0 0.67 0.97 0.4 18.93 0.95 0.31
Hex 99 33 4 0 43 61 28 13 5F 1F
Octal 231 63 4 0 103 141 50 23 137 37
Binary 10011001 110011 100 0 1000011 1100001 101000 10011 1011111 11111

Color Harmonies of #993304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993304

Black with #993304

Text Example


Text Example

White with #993304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993304; }

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

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

background-color css

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

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

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

border-color css

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

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

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