#A4750E

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

Shades of Golden Brown #A4750E

Tints of Golden Brown #A4750E

Color information

#A4750E (or 0xA4750E) is unknown color: approx Golden Brown. HEX triplet: A4, 75 and 0E. RGB value is (164,117,14). Sum of RGB (Red+Green+Blue) = 164+117+14=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4750E is #5B8AF1. Grayscale: #777777. Windows color (decimal): -5999346 or 947620. OLE color: 947620.

HSL color Cylindrical-coordinate representation of color #A4750E: hue angle of 41.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4750E is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16411714-
CMYK00.290.910.36
HSL41.2º84.27%34.9%-
HSV(B)41.2º91.46%64.31%-
XYZ21.7520.653.25-
YUV119.3168.57159.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=55.59%
G=39.66%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641171400.290.910.3641.284.2734.9
HexA475E01D5B24295423
Octal24416516035133445112443
Binary101001001110101111001110110110111001001010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4750E; }

 p { color: rgb(164,117,14); }

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

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

 a { background-color: rgb(164,117,14); }

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

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

 span { border-color: rgb(164,117,14); }

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