Html Css Color HEX #735A50 Dorado

📋 copy color: '#735A50'

red 115 ◦ green 90 ◦ blue 80

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

Shades of Dorado #735A50

Tints of Dorado #735A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

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

R = 40.35%
G = 31.58%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735A50 (or 0x735A50) is known color: Dorado. HEX triplet: 73, 5A and 50. RGB value is (115,90,80). Sum of RGB (Red+Green+Blue) = 115+90+80=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A50 is #8CA5AF. Grayscale: #606060. Windows color (decimal): -9217456 or 5266035. OLE color: 5266035.

HSL color Cylindrical-coordinate representation of color #735A50: hue angle of 17.14º 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 #735A50 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 80 -
CMYK 0 0.22 0.30 0.55
HSL 17.14º 0.18% 0.38% -
HSV(B) 17.14º 0.3% 0.45% -
XYZ 12.17 11.54 9.17 -
YUV 96.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 115 90 80 0 0.22 0.30 0.55 17.14 0.18 0.38
Hex 73 5A 50 0 16 1E 37 11 12 26
Octal 163 132 120 0 26 36 67 21 22 46
Binary 1110011 1011010 1010000 0 10110 11110 110111 10001 10010 100110

Color Harmonies of #735A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A50

Black with #735A50

Text Example


Text Example

White with #735A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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