#A7530C

Color #A7530C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A7530C

Tints of Golden Brown #A7530C

Color information

#A7530C (or 0xA7530C) is unknown color: approx Golden Brown. HEX triplet: A7, 53 and 0C. RGB value is (167,83,12). Sum of RGB (Red+Green+Blue) = 167+83+12=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7530C is #58ACF3. Grayscale: #646464. Windows color (decimal): -5811444 or 807847. OLE color: 807847.

HSL color Cylindrical-coordinate representation of color #A7530C: hue angle of 27.48º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7530C is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1678312-
CMYK00.500.930.35
HSL27.48º86.59%35.1%-
HSV(B)27.48º92.81%65.49%-
XYZ19.114.432.13-
YUV100.0278.33175.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.74%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=63.74%
G=31.68%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167831200.500.930.3527.4886.5935.1
HexA753C0325D231b5723
Octal24712314062135433312743
Binary101001111010011110001100101011101100011110111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7530C; }

 p { color: rgb(167,83,12); }

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

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

 a { background-color: rgb(167,83,12); }

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

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

 span { border-color: rgb(167,83,12); }

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