Html Css Color HEX #8A6242 Dark Wood

📋 copy color: '#8A6242'

red 138 ◦ green 98 ◦ blue 66

#8A6242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #8A6242

Tints of Dark Wood #8A6242

RGB

 RED value IS 138 (54.3% from 255) = 45.7%

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 45.7%
G = 32.45%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#8A6242 (or 0x8A6242) is known color: Dark Wood. HEX triplet: 8A, 62 and 42. RGB value is (138,98,66). Sum of RGB (Red+Green+Blue) = 138+98+66=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6242 is #759DBD. Grayscale: #6A6A6A. Windows color (decimal): -7708094 or 4350602. OLE color: 4350602.

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

Color convert

RGB 138 98 66 -
CMYK 0 0.29 0.52 0.46
HSL 26.67º 0.35% 0.4% -
HSV(B) 26.67º 0.52% 0.54% -
XYZ 15.83 14.53 7.12 -
YUV 106.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 138 98 66 0 0.29 0.52 0.46 26.67 0.35 0.4
Hex 8A 62 42 0 1D 34 2E 1B 23 28
Octal 212 142 102 0 35 64 56 33 43 50
Binary 10001010 1100010 1000010 0 11101 110100 101110 11011 100011 101000

Color Harmonies of #8A6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6242

Black with #8A6242

Text Example


Text Example

White with #8A6242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A6242;
 }
 .AnyTagClassName
 {
   color: #8A6242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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