Html Css Color HEX #8A7557 Cement

📋 copy color: '#8A7557'

red 138 ◦ green 117 ◦ blue 87

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

Shades of Cement #8A7557

Tints of Cement #8A7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 40.35%
G = 34.21%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A7557 (or 0x8A7557) is known color: Cement. HEX triplet: 8A, 75 and 57. RGB value is (138,117,87). Sum of RGB (Red+Green+Blue) = 138+117+87=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7557 is #758AA8. Grayscale: #787878. Windows color (decimal): -7703209 or 5731722. OLE color: 5731722.

HSL color Cylindrical-coordinate representation of color #8A7557: hue angle of 35.29º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A7557 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 87 -
CMYK 0 0.15 0.37 0.46
HSL 35.29º 0.23% 0.44% -
HSV(B) 35.29º 0.37% 0.54% -
XYZ 18.56 18.81 11.67 -
YUV 119.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 138 117 87 0 0.15 0.37 0.46 35.29 0.23 0.44
Hex 8A 75 57 0 F 25 2E 23 17 2C
Octal 212 165 127 0 17 45 56 43 27 54
Binary 10001010 1110101 1010111 0 1111 100101 101110 100011 10111 101100

Color Harmonies of #8A7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7557

Black with #8A7557

Text Example


Text Example

White with #8A7557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,117,87); }

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

background-color css

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

 a { background-color: rgb(138,117,87); }

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

border-color css

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

 span { border-color: rgb(138,117,87); }

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