Html Css Color HEX #795228 Hot Curry

📋 copy color: '#795228'

red 121 ◦ green 82 ◦ blue 40

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

Shades of Hot Curry #795228

Tints of Hot Curry #795228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 49.79%
G = 33.74%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#795228 (or 0x795228) is known color: Hot Curry. HEX triplet: 79, 52 and 28. RGB value is (121,82,40). Sum of RGB (Red+Green+Blue) = 121+82+40=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #795228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795228 is #86ADD7. Grayscale: #595959. Windows color (decimal): -8826328 or 2642553. OLE color: 2642553.

HSL color Cylindrical-coordinate representation of color #795228: hue angle of 31.11º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #795228 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 40 -
CMYK 0 0.32 0.67 0.53
HSL 31.11º 0.5% 0.32% -
HSV(B) 31.11º 0.67% 0.47% -
XYZ 11.29 10.25 3.39 -
YUV 88.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 121 82 40 0 0.32 0.67 0.53 31.11 0.5 0.32
Hex 79 52 28 0 20 43 35 1F 32 20
Octal 171 122 50 0 40 103 65 37 62 40
Binary 1111001 1010010 101000 0 100000 1000011 110101 11111 110010 100000

Color Harmonies of #795228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795228

Black with #795228

Text Example


Text Example

White with #795228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795228; }

 p { color: rgb(121,82,40); }

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

background-color css

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

 a { background-color: rgb(121,82,40); }

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

border-color css

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

 span { border-color: rgb(121,82,40); }

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