Html Css Color HEX #8A6748 Dark Wood

📋 copy color: '#8A6748'

red 138 ◦ green 103 ◦ blue 72

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

Shades of Dark Wood #8A6748

Tints of Dark Wood #8A6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 44.09%
G = 32.91%
B = 23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A6748 (or 0x8A6748) is known color: Dark Wood. HEX triplet: 8A, 67 and 48. RGB value is (138,103,72). Sum of RGB (Red+Green+Blue) = 138+103+72=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6748 is #7598B7. Grayscale: #6E6E6E. Windows color (decimal): -7706808 or 4745098. OLE color: 4745098.

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

Color convert

RGB 138 103 72 -
CMYK 0 0.25 0.48 0.46
HSL 28.18º 0.31% 0.41% -
HSV(B) 28.18º 0.48% 0.54% -
XYZ 16.5 15.57 8.27 -
YUV 109.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 138 103 72 0 0.25 0.48 0.46 28.18 0.31 0.41
Hex 8A 67 48 0 19 30 2E 1C 1F 29
Octal 212 147 110 0 31 60 56 34 37 51
Binary 10001010 1100111 1001000 0 11001 110000 101110 11100 11111 101001

Color Harmonies of #8A6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6748

Black with #8A6748

Text Example


Text Example

White with #8A6748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,72); }

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

background-color css

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

 a { background-color: rgb(138,103,72); }

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

border-color css

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

 span { border-color: rgb(138,103,72); }

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