Html Css Color HEX #993203 Saddle Brown

📋 copy color: '#993203'

red 153 ◦ green 50 ◦ blue 3

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

Shades of Saddle Brown #993203

Tints of Saddle Brown #993203

RGB

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

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

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

R = 74.27%
G = 24.27%
B = 1.46%

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

#993203 (or 0x993203) is known color: Saddle Brown. HEX triplet: 99, 32 and 03. RGB value is (153,50,3). Sum of RGB (Red+Green+Blue) = 153+50+3=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #993203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993203 is #66CDFC. Grayscale: #4B4B4B. Windows color (decimal): -6737405 or 209561. OLE color: 209561.

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

Color convert

RGB 153 50 3 -
CMYK 0 0.67 0.98 0.4
HSL 18.8º 0.96% 0.31% -
HSV(B) 18.8º 0.98% 0.6% -
XYZ 14.29 9.06 1.08 -
YUV 75.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 153 50 3 0 0.67 0.98 0.4 18.8 0.96 0.31
Hex 99 32 3 0 43 62 28 13 60 1F
Octal 231 62 3 0 103 142 50 23 140 37
Binary 10011001 110010 11 0 1000011 1100010 101000 10011 1100000 11111

Color Harmonies of #993203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993203

Black with #993203

Text Example


Text Example

White with #993203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993203; }

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

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

background-color css

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

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

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

border-color css

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

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

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