#7B5645

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

Shades of Potters Clay #7B5645

Tints of Potters Clay #7B5645

Color information

#7B5645 (or 0x7B5645) is unknown color: approx Potters Clay. HEX triplet: 7B, 56 and 45. RGB value is (123,86,69). Sum of RGB (Red+Green+Blue) = 123+86+69=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5645 is #84A9BA. Grayscale: #5F5F5F. Windows color (decimal): -8694203 or 4544123. OLE color: 4544123.

HSL color Cylindrical-coordinate representation of color #7B5645: hue angle of 18.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5645 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1238669-
CMYK00.300.440.52
HSL18.89º28.12%37.65%-
HSV(B)18.89º43.9%48.24%-
XYZ12.5711.37.15-
YUV95.12113.26147.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=44.24%
G=30.94%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123866900.300.440.5218.8928.1237.65
Hex7B564501E2C34131c26
Octal1731261050365464233446
Binary1111011101011010001010111101011001101001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,69); }

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

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

 a { background-color: rgb(123,86,69); }

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

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

 span { border-color: rgb(123,86,69); }

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