Html Css Color HEX #735951 Dorado

📋 copy color: '#735951'

red 115 ◦ green 89 ◦ blue 81

#735951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #735951

Tints of Dorado #735951

RGB

 RED value IS 115 (45.31% from 255) = 40.35%

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 81 (32.03% from 255) = 28.42%

R = 40.35%
G = 31.23%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735951 (or 0x735951) is known color: Dorado. HEX triplet: 73, 59 and 51. RGB value is (115,89,81). Sum of RGB (Red+Green+Blue) = 115+89+81=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735951 is #8CA6AE. Grayscale: #5F5F5F. Windows color (decimal): -9217711 or 5331315. OLE color: 5331315.

HSL color Cylindrical-coordinate representation of color #735951: hue angle of 14.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735951 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 81 -
CMYK 0 0.23 0.30 0.55
HSL 14.12º 0.17% 0.38% -
HSV(B) 14.12º 0.3% 0.45% -
XYZ 12.13 11.38 9.34 -
YUV 95.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 115 89 81 0 0.23 0.30 0.55 14.12 0.17 0.38
Hex 73 59 51 0 17 1E 37 E 11 26
Octal 163 131 121 0 27 36 67 16 21 46
Binary 1110011 1011001 1010001 0 10111 11110 110111 1110 10001 100110

Color Harmonies of #735951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735951

Black with #735951

Text Example


Text Example

White with #735951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735951; }

 p { color: rgb(115,89,81); }

 H1.HeaderClassName
 {
   color: #735951;
 }
 .AnyTagClassName
 {
   color: #735951;
 }
</style>

background-color css

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

 a { background-color: rgb(115,89,81); }

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

border-color css

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

 span { border-color: rgb(115,89,81); }

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