Html Css Color HEX #8B7053 Cement

📋 copy color: '#8B7053'

red 139 ◦ green 112 ◦ blue 83

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

Shades of Cement #8B7053

Tints of Cement #8B7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 41.62%
G = 33.53%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B7053 (or 0x8B7053) is known color: Cement. HEX triplet: 8B, 70 and 53. RGB value is (139,112,83). Sum of RGB (Red+Green+Blue) = 139+112+83=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7053 is #748FAC. Grayscale: #747474. Windows color (decimal): -7638957 or 5468299. OLE color: 5468299.

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

Color convert

RGB 139 112 83 -
CMYK 0 0.19 0.40 0.45
HSL 31.07º 0.25% 0.44% -
HSV(B) 31.07º 0.4% 0.55% -
XYZ 18 17.7 10.65 -
YUV 116.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 139 112 83 0 0.19 0.40 0.45 31.07 0.25 0.44
Hex 8B 70 53 0 13 28 2D 1F 19 2C
Octal 213 160 123 0 23 50 55 37 31 54
Binary 10001011 1110000 1010011 0 10011 101000 101101 11111 11001 101100

Color Harmonies of #8B7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7053

Black with #8B7053

Text Example


Text Example

White with #8B7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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