Html Css Color HEX #837055 Cement

📋 copy color: '#837055'

red 131 ◦ green 112 ◦ blue 85

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

Shades of Cement #837055

Tints of Cement #837055

RGB

 RED value IS 131 (51.56% from 255) = 39.94%

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

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 39.94%
G = 34.15%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#837055 (or 0x837055) is known color: Cement. HEX triplet: 83, 70 and 55. RGB value is (131,112,85). Sum of RGB (Red+Green+Blue) = 131+112+85=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #837055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837055 is #7C8FAA. Grayscale: #727272. Windows color (decimal): -8163243 or 5599363. OLE color: 5599363.

HSL color Cylindrical-coordinate representation of color #837055: hue angle of 35.22º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837055 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 85 -
CMYK 0 0.15 0.35 0.49
HSL 35.22º 0.21% 0.42% -
HSV(B) 35.22º 0.35% 0.51% -
XYZ 16.79 17.07 11 -
YUV 114.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 131 112 85 0 0.15 0.35 0.49 35.22 0.21 0.42
Hex 83 70 55 0 F 23 31 23 15 2A
Octal 203 160 125 0 17 43 61 43 25 52
Binary 10000011 1110000 1010101 0 1111 100011 110001 100011 10101 101010

Color Harmonies of #837055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837055

Black with #837055

Text Example


Text Example

White with #837055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837055; }

 p { color: rgb(131,112,85); }

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

background-color css

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

 a { background-color: rgb(131,112,85); }

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

border-color css

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

 span { border-color: rgb(131,112,85); }

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