#735C4E

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

Shades of Dorado #735C4E

Tints of Dorado #735C4E

Color information

#735C4E (or 0x735C4E) is unknown color: approx Dorado. HEX triplet: 73, 5C and 4E. RGB value is (115,92,78). Sum of RGB (Red+Green+Blue) = 115+92+78=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C4E is #8CA3B1. Grayscale: #616161. Windows color (decimal): -9216946 or 5135475. OLE color: 5135475.

HSL color Cylindrical-coordinate representation of color #735C4E: hue angle of 22.7º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735C4E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1159278-
CMYK00.200.320.55
HSL22.7º19.17%37.84%-
HSV(B)22.7º32.17%45.1%-
XYZ12.2711.858.85-
YUV97.28117.12140.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=40.35%
G=32.28%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115927800.200.320.5522.719.1737.84
Hex735C4E0142037171326
Octal1631341160244067272346
Binary1110011101110010011100101001000001101111011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C4E; }

 p { color: rgb(115,92,78); }

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

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

 a { background-color: rgb(115,92,78); }

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

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

 span { border-color: rgb(115,92,78); }

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