Html Css Color HEX #8B7353 Cement

📋 copy color: '#8B7353'

red 139 ◦ green 115 ◦ blue 83

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

Shades of Cement #8B7353

Tints of Cement #8B7353

RGB

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

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

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

R = 41.25%
G = 34.12%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B7353 (or 0x8B7353) is known color: Cement. HEX triplet: 8B, 73 and 53. RGB value is (139,115,83). Sum of RGB (Red+Green+Blue) = 139+115+83=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7353 is #748CAC. Grayscale: #767676. Windows color (decimal): -7638189 or 5469067. OLE color: 5469067.

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

Color convert

RGB 139 115 83 -
CMYK 0 0.17 0.40 0.45
HSL 34.29º 0.25% 0.44% -
HSV(B) 34.29º 0.4% 0.55% -
XYZ 18.34 18.37 10.76 -
YUV 118.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 139 115 83 0 0.17 0.40 0.45 34.29 0.25 0.44
Hex 8B 73 53 0 11 28 2D 22 19 2C
Octal 213 163 123 0 21 50 55 42 31 54
Binary 10001011 1110011 1010011 0 10001 101000 101101 100010 11001 101100

Color Harmonies of #8B7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7353

Black with #8B7353

Text Example


Text Example

White with #8B7353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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