#7B5B2F

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

Shades of Hot Curry #7B5B2F

Tints of Hot Curry #7B5B2F

Color information

#7B5B2F (or 0x7B5B2F) is unknown color: approx Hot Curry. HEX triplet: 7B, 5B and 2F. RGB value is (123,91,47). Sum of RGB (Red+Green+Blue) = 123+91+47=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5B2F is #84A4D0. Grayscale: #5F5F5F. Windows color (decimal): -8692945 or 3103611. OLE color: 3103611.

HSL color Cylindrical-coordinate representation of color #7B5B2F: hue angle of 34.74º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5B2F is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1239147-
CMYK00.260.620.52
HSL34.74º44.71%33.33%-
HSV(B)34.74º61.79%48.24%-
XYZ12.4211.94.33-
YUV95.55100.6147.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.13%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=47.13%
G=34.87%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123914700.260.620.5234.7444.7133.33
Hex7B5B2F01A3E34232d21
Octal173133570327664435541
Binary11110111011011101111011010111110110100100011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,91,47); }

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

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

 a { background-color: rgb(123,91,47); }

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

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

 span { border-color: rgb(123,91,47); }

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