Html Css Color HEX #8A735D Cement

📋 copy color: '#8A735D'

red 138 ◦ green 115 ◦ blue 93

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

Shades of Cement #8A735D

Tints of Cement #8A735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 39.88%
G = 33.24%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A735D (or 0x8A735D) is known color: Cement. HEX triplet: 8A, 73 and 5D. RGB value is (138,115,93). Sum of RGB (Red+Green+Blue) = 138+115+93=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A735D is #758CA2. Grayscale: #777777. Windows color (decimal): -7703715 or 6124426. OLE color: 6124426.

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

Color convert

RGB 138 115 93 -
CMYK 0 0.17 0.33 0.46
HSL 29.33º 0.19% 0.45% -
HSV(B) 29.33º 0.33% 0.54% -
XYZ 18.59 18.46 12.94 -
YUV 119.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 138 115 93 0 0.17 0.33 0.46 29.33 0.19 0.45
Hex 8A 73 5D 0 11 21 2E 1D 13 2D
Octal 212 163 135 0 21 41 56 35 23 55
Binary 10001010 1110011 1011101 0 10001 100001 101110 11101 10011 101101

Color Harmonies of #8A735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A735D

Black with #8A735D

Text Example


Text Example

White with #8A735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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