#765A1A

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

Shades of Hot Curry #765A1A

Tints of Hot Curry #765A1A

Color information

#765A1A (or 0x765A1A) is unknown color: approx Hot Curry. HEX triplet: 76, 5A and 1A. RGB value is (118,90,26). Sum of RGB (Red+Green+Blue) = 118+90+26=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #765A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A1A is #89A5E5. Grayscale: #5B5B5B. Windows color (decimal): -9020902 or 1727094. OLE color: 1727094.

HSL color Cylindrical-coordinate representation of color #765A1A: hue angle of 41.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #765A1A is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1189026-
CMYK00.240.780.54
HSL41.74º63.89%28.24%-
HSV(B)41.74º77.97%46.27%-
XYZ11.3111.242.55-
YUV91.0891.28147.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=50.43%
G=38.46%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118902600.240.780.5441.7463.8928.24
Hex765A1A0184E362a401c
Octal16613232030116665210034
Binary11101101011010110100110001001110110110101010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765A1A; }

 p { color: rgb(118,90,26); }

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

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

 a { background-color: rgb(118,90,26); }

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

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

 span { border-color: rgb(118,90,26); }

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