#735526

Color #735526 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #735526

Tints of Horses Neck #735526

Color information

#735526 (or 0x735526) is unknown color: approx Horses Neck. HEX triplet: 73, 55 and 26. RGB value is (115,85,38). Sum of RGB (Red+Green+Blue) = 115+85+38=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #735526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735526 is #8CAAD9. Grayscale: #585858. Windows color (decimal): -9218778 or 2512243. OLE color: 2512243.

HSL color Cylindrical-coordinate representation of color #735526: hue angle of 36.62º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #735526 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1158538-
CMYK00.260.670.55
HSL36.62º50.33%30%-
HSV(B)36.62º66.96%45.1%-
XYZ10.6710.283.26-
YUV88.6199.44146.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=48.32%
G=35.71%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115853800.260.670.5536.6250.3330
Hex73552601A433725321e
Octal1631254603210367456236
Binary11100111010101100110011010100001111011110010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735526; }

 p { color: rgb(115,85,38); }

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

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

 a { background-color: rgb(115,85,38); }

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

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

 span { border-color: rgb(115,85,38); }

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