Html Css Color HEX #735D4F Dorado

📋 copy color: '#735D4F'

red 115 ◦ green 93 ◦ blue 79

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

Shades of Dorado #735D4F

Tints of Dorado #735D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 40.07%
G = 32.4%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#735D4F (or 0x735D4F) is known color: Dorado. HEX triplet: 73, 5D and 4F. RGB value is (115,93,79). Sum of RGB (Red+Green+Blue) = 115+93+79=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D4F is #8CA2B0. Grayscale: #626262. Windows color (decimal): -9216689 or 5201267. OLE color: 5201267.

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

Color convert

RGB 115 93 79 -
CMYK 0 0.19 0.31 0.55
HSL 23.33º 0.19% 0.38% -
HSV(B) 23.33º 0.31% 0.45% -
XYZ 12.4 12.04 9.07 -
YUV 97.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 115 93 79 0 0.19 0.31 0.55 23.33 0.19 0.38
Hex 73 5D 4F 0 13 1F 37 17 13 26
Octal 163 135 117 0 23 37 67 27 23 46
Binary 1110011 1011101 1001111 0 10011 11111 110111 10111 10011 100110

Color Harmonies of #735D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D4F

Black with #735D4F

Text Example


Text Example

White with #735D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,93,79); }

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

background-color css

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

 a { background-color: rgb(115,93,79); }

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

border-color css

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

 span { border-color: rgb(115,93,79); }

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