Html Css Color HEX #795D48 Dark Wood

📋 copy color: '#795D48'

red 121 ◦ green 93 ◦ blue 72

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

Shades of Dark Wood #795D48

Tints of Dark Wood #795D48

RGB

 RED value IS 121 (47.66% from 255) = 42.31%

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 42.31%
G = 32.52%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#795D48 (or 0x795D48) is known color: Dark Wood. HEX triplet: 79, 5D and 48. RGB value is (121,93,72). Sum of RGB (Red+Green+Blue) = 121+93+72=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #795D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D48 is #86A2B7. Grayscale: #636363. Windows color (decimal): -8823480 or 4742521. OLE color: 4742521.

HSL color Cylindrical-coordinate representation of color #795D48: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795D48 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 93 72 -
CMYK 0 0.23 0.40 0.53
HSL 25.71º 0.25% 0.38% -
HSV(B) 25.71º 0.4% 0.47% -
XYZ 12.97 12.36 7.83 -
YUV 98.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 121 93 72 0 0.23 0.40 0.53 25.71 0.25 0.38
Hex 79 5D 48 0 17 28 35 1A 19 26
Octal 171 135 110 0 27 50 65 32 31 46
Binary 1111001 1011101 1001000 0 10111 101000 110101 11010 11001 100110

Color Harmonies of #795D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D48

Black with #795D48

Text Example


Text Example

White with #795D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795D48; }

 p { color: rgb(121,93,72); }

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

background-color css

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

 a { background-color: rgb(121,93,72); }

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

border-color css

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

 span { border-color: rgb(121,93,72); }

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