Html Css Color HEX #867053 Cement

📋 copy color: '#867053'

red 134 ◦ green 112 ◦ blue 83

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

Shades of Cement #867053

Tints of Cement #867053

RGB

 RED value IS 134 (52.73% from 255) = 40.73%

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

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 40.73%
G = 34.04%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#867053 (or 0x867053) is known color: Cement. HEX triplet: 86, 70 and 53. RGB value is (134,112,83). Sum of RGB (Red+Green+Blue) = 134+112+83=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #867053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867053 is #798FAC. Grayscale: #737373. Windows color (decimal): -7966637 or 5468294. OLE color: 5468294.

HSL color Cylindrical-coordinate representation of color #867053: hue angle of 34.12º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #867053 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 83 -
CMYK 0 0.16 0.38 0.47
HSL 34.12º 0.24% 0.43% -
HSV(B) 34.12º 0.38% 0.53% -
XYZ 17.19 17.28 10.61 -
YUV 115.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 134 112 83 0 0.16 0.38 0.47 34.12 0.24 0.43
Hex 86 70 53 0 10 26 2F 22 18 2B
Octal 206 160 123 0 20 46 57 42 30 53
Binary 10000110 1110000 1010011 0 10000 100110 101111 100010 11000 101011

Color Harmonies of #867053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867053

Black with #867053

Text Example


Text Example

White with #867053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867053; }

 p { color: rgb(134,112,83); }

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

background-color css

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

 a { background-color: rgb(134,112,83); }

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

border-color css

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

 span { border-color: rgb(134,112,83); }

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