Html Css Color HEX #8A7358 Cement

📋 copy color: '#8A7358'

red 138 ◦ green 115 ◦ blue 88

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

Shades of Cement #8A7358

Tints of Cement #8A7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 88 (34.77% from 255) = 25.81%

R = 40.47%
G = 33.72%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A7358 (or 0x8A7358) is known color: Cement. HEX triplet: 8A, 73 and 58. RGB value is (138,115,88). Sum of RGB (Red+Green+Blue) = 138+115+88=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7358 is #758CA7. Grayscale: #767676. Windows color (decimal): -7703720 or 5796746. OLE color: 5796746.

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

Color convert

RGB 138 115 88 -
CMYK 0 0.17 0.36 0.46
HSL 32.4º 0.22% 0.44% -
HSV(B) 32.4º 0.36% 0.54% -
XYZ 18.37 18.37 11.81 -
YUV 118.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 138 115 88 0 0.17 0.36 0.46 32.4 0.22 0.44
Hex 8A 73 58 0 11 24 2E 20 16 2C
Octal 212 163 130 0 21 44 56 40 26 54
Binary 10001010 1110011 1011000 0 10001 100100 101110 100000 10110 101100

Color Harmonies of #8A7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7358

Black with #8A7358

Text Example


Text Example

White with #8A7358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,88); }

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

background-color css

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

 a { background-color: rgb(138,115,88); }

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

border-color css

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

 span { border-color: rgb(138,115,88); }

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