Html Css Color HEX #8B7155 Cement

📋 copy color: '#8B7155'

red 139 ◦ green 113 ◦ blue 85

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

Shades of Cement #8B7155

Tints of Cement #8B7155

RGB

 RED value IS 139 (54.69% from 255) = 41.25%

 GREEN value IS 113 (44.53% from 255) = 33.53%

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

R = 41.25%
G = 33.53%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8B7155 (or 0x8B7155) is known color: Cement. HEX triplet: 8B, 71 and 55. RGB value is (139,113,85). Sum of RGB (Red+Green+Blue) = 139+113+85=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7155 is #748EAA. Grayscale: #757575. Windows color (decimal): -7638699 or 5599627. OLE color: 5599627.

HSL color Cylindrical-coordinate representation of color #8B7155: hue angle of 31.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7155 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 113 85 -
CMYK 0 0.19 0.39 0.45
HSL 31.11º 0.24% 0.44% -
HSV(B) 31.11º 0.39% 0.55% -
XYZ 18.19 17.96 11.1 -
YUV 117.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 139 113 85 0 0.19 0.39 0.45 31.11 0.24 0.44
Hex 8B 71 55 0 13 27 2D 1F 18 2C
Octal 213 161 125 0 23 47 55 37 30 54
Binary 10001011 1110001 1010101 0 10011 100111 101101 11111 11000 101100

Color Harmonies of #8B7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7155

Black with #8B7155

Text Example


Text Example

White with #8B7155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,85); }

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

background-color css

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

 a { background-color: rgb(139,113,85); }

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

border-color css

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

 span { border-color: rgb(139,113,85); }

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