Html Css Color HEX #993001 Saddle Brown

📋 copy color: '#993001'

red 153 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #993001

Tints of Saddle Brown #993001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 75.74%
G = 23.76%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#993001 (or 0x993001) is known color: Saddle Brown. HEX triplet: 99, 30 and 01. RGB value is (153,48,1). Sum of RGB (Red+Green+Blue) = 153+48+1=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #993001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993001 is #66CFFE. Grayscale: #4A4A4A. Windows color (decimal): -6737919 or 77977. OLE color: 77977.

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

Color convert

RGB 153 48 1 -
CMYK 0 0.69 0.99 0.4
HSL 18.55º 0.99% 0.3% -
HSV(B) 18.55º 0.99% 0.6% -
XYZ 14.2 8.89 1 -
YUV 74.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 153 48 1 0 0.69 0.99 0.4 18.55 0.99 0.3
Hex 99 30 1 0 45 63 28 13 63 1E
Octal 231 60 1 0 105 143 50 23 143 36
Binary 10011001 110000 1 0 1000101 1100011 101000 10011 1100011 11110

Color Harmonies of #993001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993001

Black with #993001

Text Example


Text Example

White with #993001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993001; }

 p { color: rgb(153,48,1); }

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

background-color css

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

 a { background-color: rgb(153,48,1); }

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

border-color css

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

 span { border-color: rgb(153,48,1); }

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