Html Css Color HEX #8B7358 Cement

📋 copy color: '#8B7358'

red 139 ◦ green 115 ◦ blue 88

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

Shades of Cement #8B7358

Tints of Cement #8B7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

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

R = 40.64%
G = 33.63%
B = 25.73%

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

#8B7358 (or 0x8B7358) is known color: Cement. HEX triplet: 8B, 73 and 58. RGB value is (139,115,88). Sum of RGB (Red+Green+Blue) = 139+115+88=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7358 is #748CA7. Grayscale: #777777. Windows color (decimal): -7638184 or 5796747. OLE color: 5796747.

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

Color convert

RGB 139 115 88 -
CMYK 0 0.17 0.37 0.45
HSL 31.76º 0.22% 0.45% -
HSV(B) 31.76º 0.37% 0.55% -
XYZ 18.54 18.46 11.82 -
YUV 119.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 139 115 88 0 0.17 0.37 0.45 31.76 0.22 0.45
Hex 8B 73 58 0 11 25 2D 20 16 2D
Octal 213 163 130 0 21 45 55 40 26 55
Binary 10001011 1110011 1011000 0 10001 100101 101101 100000 10110 101101

Color Harmonies of #8B7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7358

Black with #8B7358

Text Example


Text Example

White with #8B7358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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