#77542A

Color #77542A Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #77542A

Tints of Hot Curry #77542A

Color information

#77542A (or 0x77542A) is unknown color: approx Hot Curry. HEX triplet: 77, 54 and 2A. RGB value is (119,84,42). Sum of RGB (Red+Green+Blue) = 119+84+42=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77542A is #88ABD5. Grayscale: #595959. Windows color (decimal): -8956886 or 2774135. OLE color: 2774135.

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

Color convert

RGB1198442-
CMYK00.290.650.53
HSL32.73º47.83%31.57%-
HSV(B)32.73º64.71%46.67%-
XYZ11.210.433.61-
YUV89.68101.1148.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=48.57%
G=34.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119844200.290.650.5332.7347.8331.57
Hex77542A01D4135213020
Octal1671245203510165416040
Binary111011110101001010100111011000001110101100001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77542A; }

 p { color: rgb(119,84,42); }

 H1.HeaderClassName
 {
   color: #77542A;
 }
 .AnyTagClassName
 {
   color: #77542A;
 }
</style>
background-color css

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

 a { background-color: rgb(119,84,42); }

 div.DivClassName
 {
   background-color: #77542A;
 }
 .BgClassName
 {
   background-color: #77542A;
 }
</style>
border-color css

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

 span { border-color: rgb(119,84,42); }

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