Html Css Color HEX #735C53 Dorado

📋 copy color: '#735C53'

red 115 ◦ green 92 ◦ blue 83

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

Shades of Dorado #735C53

Tints of Dorado #735C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 39.66%
G = 31.72%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#735C53 (or 0x735C53) is known color: Dorado. HEX triplet: 73, 5C and 53. RGB value is (115,92,83). Sum of RGB (Red+Green+Blue) = 115+92+83=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #735C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C53 is #8CA3AC. Grayscale: #616161. Windows color (decimal): -9216941 or 5463155. OLE color: 5463155.

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

Color convert

RGB 115 92 83 -
CMYK 0 0.20 0.28 0.55
HSL 16.88º 0.16% 0.39% -
HSV(B) 16.88º 0.28% 0.45% -
XYZ 12.46 11.92 9.83 -
YUV 97.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 115 92 83 0 0.20 0.28 0.55 16.88 0.16 0.39
Hex 73 5C 53 0 14 1C 37 11 10 27
Octal 163 134 123 0 24 34 67 21 20 47
Binary 1110011 1011100 1010011 0 10100 11100 110111 10001 10000 100111

Color Harmonies of #735C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C53

Black with #735C53

Text Example


Text Example

White with #735C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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