#7F3537

Color #7F3537 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #7F3537

Tints of Old Brick #7F3537

Color information

#7F3537 (or 0x7F3537) is unknown color: approx Old Brick. HEX triplet: 7F, 35 and 37. RGB value is (127,53,55). Sum of RGB (Red+Green+Blue) = 127+53+55=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3537 is #80CAC8. Grayscale: #4B4B4B. Windows color (decimal): -8440521 or 3618175. OLE color: 3618175.

HSL color Cylindrical-coordinate representation of color #7F3537: hue angle of 358.38º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F3537 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1275355-
CMYK00.580.570.50
HSL358.38º41.11%35.29%-
HSV(B)358.38º58.27%49.8%-
XYZ10.727.334.47-
YUV75.35116.52164.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.04%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=54.04%
G=22.55%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127535500.580.570.50358.3841.1135.29
Hex7F353703A39321662923
Octal177656707271625465143
Binary11111111101011101110111010111001110010101100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,55); }

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

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

 a { background-color: rgb(127,53,55); }

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

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

 span { border-color: rgb(127,53,55); }

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