#A35D13

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

Shades of Golden Brown #A35D13

Tints of Golden Brown #A35D13

Color information

#A35D13 (or 0xA35D13) is unknown color: approx Golden Brown. HEX triplet: A3, 5D and 13. RGB value is (163,93,19). Sum of RGB (Red+Green+Blue) = 163+93+19=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35D13 is #5CA2EC. Grayscale: #696969. Windows color (decimal): -6071021 or 1269155. OLE color: 1269155.

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

Color convert

RGB1639319-
CMYK00.430.880.36
HSL30.83º79.12%35.69%-
HSV(B)30.83º88.34%63.92%-
XYZ19.1415.662.63-
YUV105.4979.19169.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 19 (7.81% from 255) = 6.91%
R=59.27%
G=33.82%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163931900.430.880.3630.8379.1235.69
HexA35D1302B58241f4f24
Octal24313523053130443711744
Binary1010001110111011001101010111011000100100111111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D13; }

 p { color: rgb(163,93,19); }

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

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

 a { background-color: rgb(163,93,19); }

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

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

 span { border-color: rgb(163,93,19); }

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