Html Css Color HEX #993F05 Saddle Brown

📋 copy color: '#993F05'

red 153 ◦ green 63 ◦ blue 5

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

Shades of Saddle Brown #993F05

Tints of Saddle Brown #993F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 69.23%
G = 28.51%
B = 2.26%

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

#993F05 (or 0x993F05) is known color: Saddle Brown. HEX triplet: 99, 3F and 05. RGB value is (153,63,5). Sum of RGB (Red+Green+Blue) = 153+63+5=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F05 is #66C0FA. Grayscale: #535353. Windows color (decimal): -6734075 or 343961. OLE color: 343961.

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

Color convert

RGB 153 63 5 -
CMYK 0 0.59 0.97 0.4
HSL 23.51º 0.94% 0.31% -
HSV(B) 23.51º 0.97% 0.6% -
XYZ 14.94 10.34 1.35 -
YUV 83.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 153 63 5 0 0.59 0.97 0.4 23.51 0.94 0.31
Hex 99 3F 5 0 3B 61 28 18 5E 1F
Octal 231 77 5 0 73 141 50 30 136 37
Binary 10011001 111111 101 0 111011 1100001 101000 11000 1011110 11111

Color Harmonies of #993F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F05

Black with #993F05

Text Example


Text Example

White with #993F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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