#A36304

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

Shades of Golden Brown #A36304

Tints of Golden Brown #A36304

Color information

#A36304 (or 0xA36304) is unknown color: approx Golden Brown. HEX triplet: A3, 63 and 04. RGB value is (163,99,4). Sum of RGB (Red+Green+Blue) = 163+99+4=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A36304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36304 is #5C9CFB. Grayscale: #6B6B6B. Windows color (decimal): -6069500 or 287651. OLE color: 287651.

HSL color Cylindrical-coordinate representation of color #A36304: hue angle of 35.85º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A36304 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB163994-
CMYK00.390.980.36
HSL35.85º95.21%32.75%-
HSV(B)35.85º97.55%63.92%-
XYZ19.5916.722.31-
YUV107.3169.7167.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.28%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=61.28%
G=37.22%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16399400.390.980.3635.8595.2132.75
HexA36340276224245f21
Octal2431434047142444413741
Binary101000111100011100010011111000101001001001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36304; }

 p { color: rgb(163,99,4); }

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

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

 a { background-color: rgb(163,99,4); }

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

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

 span { border-color: rgb(163,99,4); }

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