Html Css Color HEX #993F00 Saddle Brown

📋 copy color: '#993F00'

red 153 ◦ green 63 ◦ blue 0

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

Shades of Saddle Brown #993F00

Tints of Saddle Brown #993F00

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 70.83%
G = 29.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#993F00 (or 0x993F00) is known color: Saddle Brown. HEX triplet: 99, 3F and 00. RGB value is (153,63,0). Sum of RGB (Red+Green+Blue) = 153+63+0=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #993F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F00 is #66C0FF. Grayscale: #535353. Windows color (decimal): -6734080 or 16281. OLE color: 16281.

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

Color convert

RGB 153 63 0 -
CMYK 0 0.59 1 0.4
HSL 24.71º 1% 0.3% -
HSV(B) 24.71º 1% 0.6% -
XYZ 14.91 10.33 1.21 -
YUV 82.73 81.32 178.12 -
System Red Green Blue C M Y K H S L
Decimal 153 63 0 0 0.59 1 0.4 24.71 1 0.3
Hex 99 3F 0 0 3B 64 28 19 64 1E
Octal 231 77 0 0 73 144 50 31 144 36
Binary 10011001 111111 0 0 111011 1100100 101000 11001 1100100 11110

Color Harmonies of #993F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F00

Black with #993F00

Text Example


Text Example

White with #993F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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