Html Css Color HEX #735950 Dorado

📋 copy color: '#735950'

red 115 ◦ green 89 ◦ blue 80

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

Shades of Dorado #735950

Tints of Dorado #735950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 40.49%
G = 31.34%
B = 28.17%

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

#735950 (or 0x735950) is known color: Dorado. HEX triplet: 73, 59 and 50. RGB value is (115,89,80). Sum of RGB (Red+Green+Blue) = 115+89+80=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735950 is #8CA6AF. Grayscale: #5F5F5F. Windows color (decimal): -9217712 or 5265779. OLE color: 5265779.

HSL color Cylindrical-coordinate representation of color #735950: hue angle of 15.43º degrees, saturation: 0.18, 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 #735950 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 80 -
CMYK 0 0.23 0.30 0.55
HSL 15.43º 0.18% 0.38% -
HSV(B) 15.43º 0.3% 0.45% -
XYZ 12.09 11.37 9.15 -
YUV 95.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 115 89 80 0 0.23 0.30 0.55 15.43 0.18 0.38
Hex 73 59 50 0 17 1E 37 F 12 26
Octal 163 131 120 0 27 36 67 17 22 46
Binary 1110011 1011001 1010000 0 10111 11110 110111 1111 10010 100110

Color Harmonies of #735950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735950

Black with #735950

Text Example


Text Example

White with #735950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735950; }

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

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

background-color css

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

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

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

border-color css

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

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

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