Html Css Color HEX #993303 Saddle Brown

📋 copy color: '#993303'

red 153 ◦ green 51 ◦ blue 3

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

Shades of Saddle Brown #993303

Tints of Saddle Brown #993303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.45%

R = 73.91%
G = 24.64%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#993303 (or 0x993303) is known color: Saddle Brown. HEX triplet: 99, 33 and 03. RGB value is (153,51,3). Sum of RGB (Red+Green+Blue) = 153+51+3=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #993303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993303 is #66CCFC. Grayscale: #4C4C4C. Windows color (decimal): -6737149 or 209817. OLE color: 209817.

HSL color Cylindrical-coordinate representation of color #993303: hue angle of 19.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #993303 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 3 -
CMYK 0 0.67 0.98 0.4
HSL 19.2º 0.96% 0.31% -
HSV(B) 19.2º 0.98% 0.6% -
XYZ 14.34 9.15 1.1 -
YUV 76.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 153 51 3 0 0.67 0.98 0.4 19.2 0.96 0.31
Hex 99 33 3 0 43 62 28 13 60 1F
Octal 231 63 3 0 103 142 50 23 140 37
Binary 10011001 110011 11 0 1000011 1100010 101000 10011 1100000 11111

Color Harmonies of #993303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993303

Black with #993303

Text Example


Text Example

White with #993303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993303; }

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

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

background-color css

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

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

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

border-color css

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

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

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