#8A625F

Color #8A625F Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #8A625F

Tints of Light Wood #8A625F

Color information

#8A625F (or 0x8A625F) is unknown color: approx Light Wood. HEX triplet: 8A, 62 and 5F. RGB value is (138,98,95). Sum of RGB (Red+Green+Blue) = 138+98+95=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A625F is #759DA0. Grayscale: #6D6D6D. Windows color (decimal): -7708065 or 6251146. OLE color: 6251146.

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

Color convert

RGB1389895-
CMYK00.290.310.46
HSL4.19º18.45%45.69%-
HSV(B)4.19º31.16%54.12%-
XYZ16.9114.9612.82-
YUV109.62119.75148.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=41.69%
G=29.61%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138989500.290.310.464.1918.4545.69
Hex8A625F01D1F2E4122e
Octal212142137035375642256
Binary10001010110001010111110111011111110111010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,95); }

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

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

 a { background-color: rgb(138,98,95); }

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

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

 span { border-color: rgb(138,98,95); }

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