#A74D37

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

Shades of Orange Roughy #A74D37

Tints of Orange Roughy #A74D37

Color information

#A74D37 (or 0xA74D37) is unknown color: approx Orange Roughy. HEX triplet: A7, 4D and 37. RGB value is (167,77,55). Sum of RGB (Red+Green+Blue) = 167+77+55=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D37 is #58B2C8. Grayscale: #656565. Windows color (decimal): -5812937 or 3624359. OLE color: 3624359.

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

Color convert

RGB1677755-
CMYK00.540.670.35
HSL11.79º50.45%43.53%-
HSV(B)11.79º67.07%65.49%-
XYZ19.2813.85.26-
YUV101.4101.82174.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=55.85%
G=25.75%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167775500.540.670.3511.7950.4543.53
HexA74D370364323c322c
Octal2471156706610343146254
Binary101001111001101110111011011010000111000111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74D37; }

 p { color: rgb(167,77,55); }

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

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

 a { background-color: rgb(167,77,55); }

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

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

 span { border-color: rgb(167,77,55); }

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