#77532B

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

Shades of Hot Curry #77532B

Tints of Hot Curry #77532B

Color information

#77532B (or 0x77532B) is unknown color: approx Hot Curry. HEX triplet: 77, 53 and 2B. RGB value is (119,83,43). Sum of RGB (Red+Green+Blue) = 119+83+43=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77532B is #88ACD4. Grayscale: #595959. Windows color (decimal): -8957141 or 2839415. OLE color: 2839415.

HSL color Cylindrical-coordinate representation of color #77532B: hue angle of 31.58º 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 #77532B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1198343-
CMYK00.300.640.53
HSL31.58º46.91%31.76%-
HSV(B)31.58º63.87%46.67%-
XYZ11.1410.283.68-
YUV89.2101.93149.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=48.57%
G=33.88%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119834300.300.640.5331.5846.9131.76
Hex77532B01E4035202f20
Octal1671235303610065405740
Binary111011110100111010110111101000000110101100000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77532B; }

 p { color: rgb(119,83,43); }

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

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

 a { background-color: rgb(119,83,43); }

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

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

 span { border-color: rgb(119,83,43); }

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