#8A630A

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

Shades of Golden Brown #8A630A

Tints of Golden Brown #8A630A

Color information

#8A630A (or 0x8A630A) is unknown color: approx Golden Brown. HEX triplet: 8A, 63 and 0A. RGB value is (138,99,10). Sum of RGB (Red+Green+Blue) = 138+99+10=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A630A is #759CF5. Grayscale: #646464. Windows color (decimal): -7707894 or 680842. OLE color: 680842.

HSL color Cylindrical-coordinate representation of color #8A630A: hue angle of 41.72º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A630A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1389910-
CMYK00.280.930.46
HSL41.72º86.49%29.02%-
HSV(B)41.72º92.75%54.12%-
XYZ1514.352.27-
YUV100.5276.92154.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=55.87%
G=40.08%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138991000.280.930.4641.7286.4929.02
Hex8A63A01C5D2E2a561d
Octal21214312034135565212635
Binary10001010110001110100111001011101101110101010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A630A; }

 p { color: rgb(138,99,10); }

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

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

 a { background-color: rgb(138,99,10); }

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

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

 span { border-color: rgb(138,99,10); }

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