Html Css Color HEX #993D05 Saddle Brown

📋 copy color: '#993D05'

red 153 ◦ green 61 ◦ blue 5

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

Shades of Saddle Brown #993D05

Tints of Saddle Brown #993D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 69.86%
G = 27.85%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993D05 (or 0x993D05) is known color: Saddle Brown. HEX triplet: 99, 3D and 05. RGB value is (153,61,5). Sum of RGB (Red+Green+Blue) = 153+61+5=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #993D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D05 is #66C2FA. Grayscale: #525252. Windows color (decimal): -6734587 or 343449. OLE color: 343449.

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

Color convert

RGB 153 61 5 -
CMYK 0 0.60 0.97 0.4
HSL 22.7º 0.94% 0.31% -
HSV(B) 22.7º 0.97% 0.6% -
XYZ 14.83 10.12 1.32 -
YUV 82.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 153 61 5 0 0.60 0.97 0.4 22.7 0.94 0.31
Hex 99 3D 5 0 3C 61 28 17 5E 1F
Octal 231 75 5 0 74 141 50 27 136 37
Binary 10011001 111101 101 0 111100 1100001 101000 10111 1011110 11111

Color Harmonies of #993D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D05

Black with #993D05

Text Example


Text Example

White with #993D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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