#77562A

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

Shades of Hot Curry #77562A

Tints of Hot Curry #77562A

Color information

#77562A (or 0x77562A) is unknown color: approx Hot Curry. HEX triplet: 77, 56 and 2A. RGB value is (119,86,42). Sum of RGB (Red+Green+Blue) = 119+86+42=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77562A is #88A9D5. Grayscale: #5B5B5B. Windows color (decimal): -8956374 or 2774647. OLE color: 2774647.

HSL color Cylindrical-coordinate representation of color #77562A: hue angle of 34.29º 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 #77562A is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1198642-
CMYK00.280.650.53
HSL34.29º47.83%31.57%-
HSV(B)34.29º64.71%46.67%-
XYZ11.3510.743.67-
YUV90.85100.43148.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=48.18%
G=34.82%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119864200.280.650.5334.2947.8331.57
Hex77562A01C4135223020
Octal1671265203410165426040
Binary111011110101101010100111001000001110101100010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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