Html Css Color HEX #993F04 Saddle Brown

📋 copy color: '#993F04'

red 153 ◦ green 63 ◦ blue 4

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

Shades of Saddle Brown #993F04

Tints of Saddle Brown #993F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 69.55%
G = 28.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993F04 (or 0x993F04) is known color: Saddle Brown. HEX triplet: 99, 3F and 04. RGB value is (153,63,4). Sum of RGB (Red+Green+Blue) = 153+63+4=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #993F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F04 is #66C0FB. Grayscale: #535353. Windows color (decimal): -6734076 or 278425. OLE color: 278425.

HSL color Cylindrical-coordinate representation of color #993F04: hue angle of 23.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #993F04 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 4 -
CMYK 0 0.59 0.97 0.4
HSL 23.76º 0.95% 0.31% -
HSV(B) 23.76º 0.97% 0.6% -
XYZ 14.94 10.34 1.32 -
YUV 83.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 153 63 4 0 0.59 0.97 0.4 23.76 0.95 0.31
Hex 99 3F 4 0 3B 61 28 18 5F 1F
Octal 231 77 4 0 73 141 50 30 137 37
Binary 10011001 111111 100 0 111011 1100001 101000 11000 1011111 11111

Color Harmonies of #993F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F04

Black with #993F04

Text Example


Text Example

White with #993F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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