#7B5B3F

Color #7B5B3F Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #7B5B3F

Tints of Potters Clay #7B5B3F

Color information

#7B5B3F (or 0x7B5B3F) is unknown color: approx Potters Clay. HEX triplet: 7B, 5B and 3F. RGB value is (123,91,63). Sum of RGB (Red+Green+Blue) = 123+91+63=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5B3F is #84A4C0. Grayscale: #616161. Windows color (decimal): -8692929 or 4152187. OLE color: 4152187.

HSL color Cylindrical-coordinate representation of color #7B5B3F: hue angle of 28º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5B3F is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1239163-
CMYK00.260.490.52
HSL28º32.26%36.47%-
HSV(B)28º48.78%48.24%-
XYZ12.8112.056.35-
YUV97.38108.6146.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 63 (25% from 255) = 22.74%
R=44.40%
G=32.85%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123916300.260.490.522832.2636.47
Hex7B5B3F01A31341c2024
Octal173133770326164344044
Binary1111011101101111111101101011000111010011100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5B3F; }

 p { color: rgb(123,91,63); }

 H1.HeaderClassName
 {
   color: #7B5B3F;
 }
 .AnyTagClassName
 {
   color: #7B5B3F;
 }
</style>
background-color css

<style>
 a { background-color: #7B5B3F; }

 a { background-color: rgb(123,91,63); }

 div.DivClassName
 {
   background-color: #7B5B3F;
 }
 .BgClassName
 {
   background-color: #7B5B3F;
 }
</style>
border-color css

<style>
 span { border-color: #7B5B3F; }

 span { border-color: rgb(123,91,63); }

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