Html Css Color HEX #8A7052 Cement

📋 copy color: '#8A7052'

red 138 ◦ green 112 ◦ blue 82

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

Shades of Cement #8A7052

Tints of Cement #8A7052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 41.57%
G = 33.73%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A7052 (or 0x8A7052) is known color: Cement. HEX triplet: 8A, 70 and 52. RGB value is (138,112,82). Sum of RGB (Red+Green+Blue) = 138+112+82=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7052 is #758FAD. Grayscale: #747474. Windows color (decimal): -7704494 or 5402762. OLE color: 5402762.

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

Color convert

RGB 138 112 82 -
CMYK 0 0.19 0.41 0.46
HSL 32.14º 0.25% 0.43% -
HSV(B) 32.14º 0.41% 0.54% -
XYZ 17.8 17.6 10.44 -
YUV 116.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 138 112 82 0 0.19 0.41 0.46 32.14 0.25 0.43
Hex 8A 70 52 0 13 29 2E 20 19 2B
Octal 212 160 122 0 23 51 56 40 31 53
Binary 10001010 1110000 1010010 0 10011 101001 101110 100000 11001 101011

Color Harmonies of #8A7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7052

Black with #8A7052

Text Example


Text Example

White with #8A7052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,82); }

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

background-color css

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

 a { background-color: rgb(138,112,82); }

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

border-color css

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

 span { border-color: rgb(138,112,82); }

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