#7B5F23

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

Shades of Hot Curry #7B5F23

Tints of Hot Curry #7B5F23

Color information

#7B5F23 (or 0x7B5F23) is unknown color: approx Hot Curry. HEX triplet: 7B, 5F and 23. RGB value is (123,95,35). Sum of RGB (Red+Green+Blue) = 123+95+35=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5F23 is #84A0DC. Grayscale: #606060. Windows color (decimal): -8691933 or 2318203. OLE color: 2318203.

HSL color Cylindrical-coordinate representation of color #7B5F23: hue angle of 40.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B5F23 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB1239535-
CMYK00.230.720.52
HSL40.91º55.7%30.98%-
HSV(B)40.91º71.54%48.24%-
XYZ12.5612.523.34-
YUV96.5393.28146.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.62%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=48.62%
G=37.55%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123953500.230.720.5240.9155.730.98
Hex7B5F23017483429381f
Octal1731374302711064517037
Binary11110111011111100011010111100100011010010100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,35); }

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

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

 a { background-color: rgb(123,95,35); }

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

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

 span { border-color: rgb(123,95,35); }

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