Html Css Color HEX #8A7459 Cement

📋 copy color: '#8A7459'

red 138 ◦ green 116 ◦ blue 89

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

Shades of Cement #8A7459

Tints of Cement #8A7459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 40.23%
G = 33.82%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A7459 (or 0x8A7459) is known color: Cement. HEX triplet: 8A, 74 and 59. RGB value is (138,116,89). Sum of RGB (Red+Green+Blue) = 138+116+89=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7459 is #758BA6. Grayscale: #777777. Windows color (decimal): -7703463 or 5862538. OLE color: 5862538.

HSL color Cylindrical-coordinate representation of color #8A7459: hue angle of 33.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7459 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 116 89 -
CMYK 0 0.16 0.36 0.46
HSL 33.06º 0.22% 0.45% -
HSV(B) 33.06º 0.36% 0.54% -
XYZ 18.53 18.62 12.07 -
YUV 119.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 138 116 89 0 0.16 0.36 0.46 33.06 0.22 0.45
Hex 8A 74 59 0 10 24 2E 21 16 2D
Octal 212 164 131 0 20 44 56 41 26 55
Binary 10001010 1110100 1011001 0 10000 100100 101110 100001 10110 101101

Color Harmonies of #8A7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7459

Black with #8A7459

Text Example


Text Example

White with #8A7459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,116,89); }

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

background-color css

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

 a { background-color: rgb(138,116,89); }

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

border-color css

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

 span { border-color: rgb(138,116,89); }

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