Html Css Color HEX #993300 Saddle Brown

📋 copy color: '#993300'

red 153 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #993300

Tints of Saddle Brown #993300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#993300 (or 0x993300) is known color: Saddle Brown. HEX triplet: 99, 33 and 00. RGB value is (153,51,0). Sum of RGB (Red+Green+Blue) = 153+51+0=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #993300 is a web safe color. Inversed color of #993300 is #66CCFF. Grayscale: #4B4B4B. Windows color (decimal): -6737152 or 13209. OLE color: 13209.

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

Color convert

RGB 153 51 0 -
CMYK 0 0.67 1 0.4
HSL 20º 1% 0.3% -
HSV(B) 20º 1% 0.6% -
XYZ 14.32 9.14 1.01 -
YUV 75.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 153 51 0 0 0.67 1 0.4 20 1 0.3
Hex 99 33 0 0 43 64 28 14 64 1E
Octal 231 63 0 0 103 144 50 24 144 36
Binary 10011001 110011 0 0 1000011 1100100 101000 10100 1100100 11110

Color Harmonies of #993300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993300

Black with #993300

Text Example


Text Example

White with #993300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993300; }

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

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

background-color css

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

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

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

border-color css

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

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

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