#7B5F35

Color #7B5F35 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #7B5F35

Tints of Shingle Fawn #7B5F35

Color information

#7B5F35 (or 0x7B5F35) is unknown color: approx Shingle Fawn. HEX triplet: 7B, 5F and 35. RGB value is (123,95,53). Sum of RGB (Red+Green+Blue) = 123+95+53=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5F35 is #84A0CA. Grayscale: #626262. Windows color (decimal): -8691915 or 3497851. OLE color: 3497851.

HSL color Cylindrical-coordinate representation of color #7B5F35: hue angle of 36º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5F35 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1239553-
CMYK00.230.570.52
HSL36º39.77%34.51%-
HSV(B)36º56.91%48.24%-
XYZ12.912.655.13-
YUV98.58102.28145.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=45.39%
G=35.06%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123955300.230.570.523639.7734.51
Hex7B5F350173934242823
Octal173137650277164445043
Binary11110111011111110101010111111001110100100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,53); }

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

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

 a { background-color: rgb(123,95,53); }

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

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

 span { border-color: rgb(123,95,53); }

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