Html Css Color HEX #8B7458 Cement

📋 copy color: '#8B7458'

red 139 ◦ green 116 ◦ blue 88

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

Shades of Cement #8B7458

Tints of Cement #8B7458

RGB

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

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

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

R = 40.52%
G = 33.82%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B7458 (or 0x8B7458) is known color: Cement. HEX triplet: 8B, 74 and 58. RGB value is (139,116,88). Sum of RGB (Red+Green+Blue) = 139+116+88=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7458 is #748BA7. Grayscale: #777777. Windows color (decimal): -7637928 or 5797003. OLE color: 5797003.

HSL color Cylindrical-coordinate representation of color #8B7458: hue angle of 32.94º 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 #8B7458 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 116 88 -
CMYK 0 0.17 0.37 0.45
HSL 32.94º 0.22% 0.45% -
HSV(B) 32.94º 0.37% 0.55% -
XYZ 18.65 18.68 11.86 -
YUV 119.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 139 116 88 0 0.17 0.37 0.45 32.94 0.22 0.45
Hex 8B 74 58 0 11 25 2D 21 16 2D
Octal 213 164 130 0 21 45 55 41 26 55
Binary 10001011 1110100 1011000 0 10001 100101 101101 100001 10110 101101

Color Harmonies of #8B7458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7458

Black with #8B7458

Text Example


Text Example

White with #8B7458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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