#A4530B

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

Shades of Golden Brown #A4530B

Tints of Golden Brown #A4530B

Color information

#A4530B (or 0xA4530B) is unknown color: approx Golden Brown. HEX triplet: A4, 53 and 0B. RGB value is (164,83,11). Sum of RGB (Red+Green+Blue) = 164+83+11=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4530B is #5BACF4. Grayscale: #636363. Windows color (decimal): -6008053 or 742308. OLE color: 742308.

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

Color convert

RGB1648311-
CMYK00.490.930.36
HSL28.24º87.43%34.31%-
HSV(B)28.24º93.29%64.31%-
XYZ18.4614.12.07-
YUV99.0178.34174.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.57%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 11 (4.69% from 255) = 4.26%
R=63.57%
G=32.17%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164831100.490.930.3628.2487.4334.31
HexA453B0315D241c5722
Octal24412313061135443412742
Binary101001001010011101101100011011101100100111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4530B; }

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

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

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

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

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

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

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

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