Html Css Color HEX #8B7058 Cement

📋 copy color: '#8B7058'

red 139 ◦ green 112 ◦ blue 88

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

Shades of Cement #8B7058

Tints of Cement #8B7058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 41%
G = 33.04%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B7058 (or 0x8B7058) is known color: Cement. HEX triplet: 8B, 70 and 58. RGB value is (139,112,88). Sum of RGB (Red+Green+Blue) = 139+112+88=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7058 is #748FA7. Grayscale: #757575. Windows color (decimal): -7638952 or 5795979. OLE color: 5795979.

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

Color convert

RGB 139 112 88 -
CMYK 0 0.19 0.37 0.45
HSL 28.24º 0.22% 0.45% -
HSV(B) 28.24º 0.37% 0.55% -
XYZ 18.2 17.78 11.71 -
YUV 117.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 139 112 88 0 0.19 0.37 0.45 28.24 0.22 0.45
Hex 8B 70 58 0 13 25 2D 1C 16 2D
Octal 213 160 130 0 23 45 55 34 26 55
Binary 10001011 1110000 1011000 0 10011 100101 101101 11100 10110 101101

Color Harmonies of #8B7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7058

Black with #8B7058

Text Example


Text Example

White with #8B7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,88); }

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

background-color css

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

 a { background-color: rgb(139,112,88); }

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

border-color css

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

 span { border-color: rgb(139,112,88); }

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