#A35C13

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

Shades of Golden Brown #A35C13

Tints of Golden Brown #A35C13

Color information

#A35C13 (or 0xA35C13) is unknown color: approx Golden Brown. HEX triplet: A3, 5C and 13. RGB value is (163,92,19). Sum of RGB (Red+Green+Blue) = 163+92+19=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C13 is #5CA3EC. Grayscale: #696969. Windows color (decimal): -6071277 or 1268899. OLE color: 1268899.

HSL color Cylindrical-coordinate representation of color #A35C13: hue angle of 30.42º 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 #A35C13 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1639219-
CMYK00.440.880.36
HSL30.42º79.12%35.69%-
HSV(B)30.42º88.34%63.92%-
XYZ19.0515.492.6-
YUV104.9179.52169.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=59.49%
G=33.58%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163921900.440.880.3630.4279.1235.69
HexA35C1302C58241e4f24
Octal24313423054130443611744
Binary1010001110111001001101011001011000100100111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C13; }

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

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

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

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

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

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

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

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