Html Css Color HEX #84745A Cement

📋 copy color: '#84745A'

red 132 ◦ green 116 ◦ blue 90

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

Shades of Cement #84745A

Tints of Cement #84745A

RGB

 RED value IS 132 (51.95% from 255) = 39.05%

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 39.05%
G = 34.32%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84745A (or 0x84745A) is known color: Cement. HEX triplet: 84, 74 and 5A. RGB value is (132,116,90). Sum of RGB (Red+Green+Blue) = 132+116+90=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745A is #7B8BA5. Grayscale: #757575. Windows color (decimal): -8096678 or 5928068. OLE color: 5928068.

HSL color Cylindrical-coordinate representation of color #84745A: hue angle of 37.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84745A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 90 -
CMYK 0 0.12 0.32 0.48
HSL 37.14º 0.19% 0.44% -
HSV(B) 37.14º 0.32% 0.52% -
XYZ 17.61 18.13 12.25 -
YUV 117.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 132 116 90 0 0.12 0.32 0.48 37.14 0.19 0.44
Hex 84 74 5A 0 C 20 30 25 13 2C
Octal 204 164 132 0 14 40 60 45 23 54
Binary 10000100 1110100 1011010 0 1100 100000 110000 100101 10011 101100

Color Harmonies of #84745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84745A

Black with #84745A

Text Example


Text Example

White with #84745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84745A; }

 p { color: rgb(132,116,90); }

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

background-color css

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

 a { background-color: rgb(132,116,90); }

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

border-color css

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

 span { border-color: rgb(132,116,90); }

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