Html Css Color HEX #993B03 Saddle Brown

📋 copy color: '#993B03'

red 153 ◦ green 59 ◦ blue 3

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

Shades of Saddle Brown #993B03

Tints of Saddle Brown #993B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

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

R = 71.16%
G = 27.44%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#993B03 (or 0x993B03) is known color: Saddle Brown. HEX triplet: 99, 3B and 03. RGB value is (153,59,3). Sum of RGB (Red+Green+Blue) = 153+59+3=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #993B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B03 is #66C4FC. Grayscale: #515151. Windows color (decimal): -6735101 or 211865. OLE color: 211865.

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

Color convert

RGB 153 59 3 -
CMYK 0 0.61 0.98 0.4
HSL 22.4º 0.96% 0.31% -
HSV(B) 22.4º 0.98% 0.6% -
XYZ 14.72 9.91 1.22 -
YUV 80.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 153 59 3 0 0.61 0.98 0.4 22.4 0.96 0.31
Hex 99 3B 3 0 3D 62 28 16 60 1F
Octal 231 73 3 0 75 142 50 26 140 37
Binary 10011001 111011 11 0 111101 1100010 101000 10110 1100000 11111

Color Harmonies of #993B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B03

Black with #993B03

Text Example


Text Example

White with #993B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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