#7E581F

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

Shades of Hot Curry #7E581F

Tints of Hot Curry #7E581F

Color information

#7E581F (or 0x7E581F) is unknown color: approx Hot Curry. HEX triplet: 7E, 58 and 1F. RGB value is (126,88,31). Sum of RGB (Red+Green+Blue) = 126+88+31=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E581F is #81A7E0. Grayscale: #5D5D5D. Windows color (decimal): -8497121 or 2054270. OLE color: 2054270.

HSL color Cylindrical-coordinate representation of color #7E581F: hue angle of 36º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E581F is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1268831-
CMYK00.300.750.51
HSL36º60.51%30.78%-
HSV(B)36º75.4%49.41%-
XYZ12.3411.512.87-
YUV92.8693.09151.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.43%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=51.43%
G=35.92%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126883100.300.750.513660.5130.78
Hex7E581F01E4B33243d1f
Octal1761303703611363447537
Binary1111110101100011111011110100101111001110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,31); }

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

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

 a { background-color: rgb(126,88,31); }

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

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

 span { border-color: rgb(126,88,31); }

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