Html Css Color HEX #79552C Hot Curry

📋 copy color: '#79552C'

red 121 ◦ green 85 ◦ blue 44

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

Shades of Hot Curry #79552C

Tints of Hot Curry #79552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 48.4%
G = 34%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79552C (or 0x79552C) is known color: Hot Curry. HEX triplet: 79, 55 and 2C. RGB value is (121,85,44). Sum of RGB (Red+Green+Blue) = 121+85+44=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #79552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79552C is #86AAD3. Grayscale: #5B5B5B. Windows color (decimal): -8825556 or 2905465. OLE color: 2905465.

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

Color convert

RGB 121 85 44 -
CMYK 0 0.30 0.64 0.53
HSL 31.95º 0.47% 0.32% -
HSV(B) 31.95º 0.64% 0.47% -
XYZ 11.59 10.74 3.85 -
YUV 91.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 121 85 44 0 0.30 0.64 0.53 31.95 0.47 0.32
Hex 79 55 2C 0 1E 40 35 20 2F 20
Octal 171 125 54 0 36 100 65 40 57 40
Binary 1111001 1010101 101100 0 11110 1000000 110101 100000 101111 100000

Color Harmonies of #79552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79552C

Black with #79552C

Text Example


Text Example

White with #79552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79552C; }

 p { color: rgb(121,85,44); }

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

background-color css

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

 a { background-color: rgb(121,85,44); }

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

border-color css

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

 span { border-color: rgb(121,85,44); }

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