#736256

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

Shades of Dorado #736256

Tints of Dorado #736256

Color information

#736256 (or 0x736256) is unknown color: approx Dorado. HEX triplet: 73, 62 and 56. RGB value is (115,98,86). Sum of RGB (Red+Green+Blue) = 115+98+86=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736256 is #8C9DA9. Grayscale: #656565. Windows color (decimal): -9215402 or 5661299. OLE color: 5661299.

HSL color Cylindrical-coordinate representation of color #736256: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736256 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1159886-
CMYK00.150.250.55
HSL24.83º14.43%39.41%-
HSV(B)24.83º25.22%45.1%-
XYZ13.1213.0510.63-
YUV101.72119.13137.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=38.46%
G=32.78%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115988600.150.250.5524.8314.4339.41
Hex7362560F193719e27
Octal1631421260173167311647
Binary1110011110001010101100111111001110111110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736256; }

 p { color: rgb(115,98,86); }

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

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

 a { background-color: rgb(115,98,86); }

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

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

 span { border-color: rgb(115,98,86); }

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