#A45339

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

Shades of Orange Roughy #A45339

Tints of Orange Roughy #A45339

Color information

#A45339 (or 0xA45339) is unknown color: approx Orange Roughy. HEX triplet: A4, 53 and 39. RGB value is (164,83,57). Sum of RGB (Red+Green+Blue) = 164+83+57=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A45339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45339 is #5BACC6. Grayscale: #686868. Windows color (decimal): -6008007 or 3756964. OLE color: 3756964.

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

Color convert

RGB1648357-
CMYK00.490.650.36
HSL14.58º48.42%43.33%-
HSV(B)14.58º65.24%64.31%-
XYZ19.1414.375.64-
YUV104.26101.34170.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=53.95%
G=27.30%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164835700.490.650.3614.5848.4243.33
HexA453390314124f302b
Octal2441237106110144176053
Binary101001001010011111001011000110000011001001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45339; }

 p { color: rgb(164,83,57); }

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

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

 a { background-color: rgb(164,83,57); }

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

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

 span { border-color: rgb(164,83,57); }

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