#a75739

Color #A75739 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A75739

Tints of Orange Roughy #A75739

Color information

#A75739 (or 0xA75739) is unknown color: approx Orange Roughy. HEX triplet: A7, 57 and 39. RGB value is (167,87,57). Sum of RGB (Red+Green+Blue) = 167+87+57=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A75739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75739 is #58A8C6. Grayscale: #6B6B6B. Windows color (decimal): -5810375 or 3757991. OLE color: 3757991.

HSL color Cylindrical-coordinate representation of color #A75739: hue angle of 16.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A75739 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1678757-
CMYK00.480.660.35
HSL16.36º49.11%43.92%-
HSV(B)16.36º65.87%65.49%-
XYZ20.0815.335.77-
YUV107.599.5170.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=53.70%
G=27.97%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167875700.480.660.3516.3649.1143.92
HexA75739030422310312c
Octal2471277106010243206154
Binary1010011110101111110010110000100001010001110000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75739; }

 p { color: rgb(167,87,57); }

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

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

 a { background-color: rgb(167,87,57); }

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

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

 span { border-color: rgb(167,87,57); }

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