Html Css Color HEX #795D2F Hot Curry

📋 copy color: '#795D2F'

red 121 ◦ green 93 ◦ blue 47

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

Shades of Hot Curry #795D2F

Tints of Hot Curry #795D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 46.36%
G = 35.63%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#795D2F (or 0x795D2F) is known color: Hot Curry. HEX triplet: 79, 5D and 2F. RGB value is (121,93,47). Sum of RGB (Red+Green+Blue) = 121+93+47=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #795D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D2F is #86A2D0. Grayscale: #606060. Windows color (decimal): -8823505 or 3104121. OLE color: 3104121.

HSL color Cylindrical-coordinate representation of color #795D2F: hue angle of 37.3º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795D2F is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 93 47 -
CMYK 0 0.23 0.61 0.53
HSL 37.3º 0.44% 0.33% -
HSV(B) 37.3º 0.61% 0.47% -
XYZ 12.31 12.1 4.38 -
YUV 96.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 121 93 47 0 0.23 0.61 0.53 37.3 0.44 0.33
Hex 79 5D 2F 0 17 3D 35 25 2C 21
Octal 171 135 57 0 27 75 65 45 54 41
Binary 1111001 1011101 101111 0 10111 111101 110101 100101 101100 100001

Color Harmonies of #795D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D2F

Black with #795D2F

Text Example


Text Example

White with #795D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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