Html Css Color HEX #795A20 Hot Curry

📋 copy color: '#795A20'

red 121 ◦ green 90 ◦ blue 32

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

Shades of Hot Curry #795A20

Tints of Hot Curry #795A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 49.79%
G = 37.04%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#795A20 (or 0x795A20) is known color: Hot Curry. HEX triplet: 79, 5A and 20. RGB value is (121,90,32). Sum of RGB (Red+Green+Blue) = 121+90+32=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #795A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A20 is #86A5DF. Grayscale: #5C5C5C. Windows color (decimal): -8824288 or 2120313. OLE color: 2120313.

HSL color Cylindrical-coordinate representation of color #795A20: hue angle of 39.1º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #795A20 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 90 32 -
CMYK 0 0.26 0.74 0.53
HSL 39.1º 0.58% 0.3% -
HSV(B) 39.1º 0.74% 0.47% -
XYZ 11.8 11.48 2.96 -
YUV 92.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 121 90 32 0 0.26 0.74 0.53 39.1 0.58 0.3
Hex 79 5A 20 0 1A 4A 35 27 3A 1E
Octal 171 132 40 0 32 112 65 47 72 36
Binary 1111001 1011010 100000 0 11010 1001010 110101 100111 111010 11110

Color Harmonies of #795A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A20

Black with #795A20

Text Example


Text Example

White with #795A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,90,32); }

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

background-color css

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

 a { background-color: rgb(121,90,32); }

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

border-color css

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

 span { border-color: rgb(121,90,32); }

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