#7F5B23

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

Shades of Hot Curry #7F5B23

Tints of Hot Curry #7F5B23

Color information

#7F5B23 (or 0x7F5B23) is unknown color: approx Hot Curry. HEX triplet: 7F, 5B and 23. RGB value is (127,91,35). Sum of RGB (Red+Green+Blue) = 127+91+35=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5B23 is #80A4DC. Grayscale: #5F5F5F. Windows color (decimal): -8430813 or 2317183. OLE color: 2317183.

HSL color Cylindrical-coordinate representation of color #7F5B23: hue angle of 36.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F5B23 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1279135-
CMYK00.280.720.50
HSL36.52º56.79%31.76%-
HSV(B)36.52º72.44%49.8%-
XYZ12.812.123.25-
YUV95.3893.93150.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.20%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=50.20%
G=35.97%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127913500.280.720.5036.5256.7931.76
Hex7F5B2301C4832253920
Octal1771334303411062457140
Binary111111110110111000110111001001000110010100101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5B23; }

 p { color: rgb(127,91,35); }

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

<style>
 a { background-color: #7F5B23; }

 a { background-color: rgb(127,91,35); }

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

<style>
 span { border-color: #7F5B23; }

 span { border-color: rgb(127,91,35); }

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