Html Css Color HEX #745C53 Dorado

📋 copy color: '#745C53'

red 116 ◦ green 92 ◦ blue 83

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

Shades of Dorado #745C53

Tints of Dorado #745C53

RGB

 RED value IS 116 (45.7% from 255) = 39.86%

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

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

R = 39.86%
G = 31.62%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745C53 (or 0x745C53) is known color: Dorado. HEX triplet: 74, 5C and 53. RGB value is (116,92,83). Sum of RGB (Red+Green+Blue) = 116+92+83=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C53 is #8BA3AC. Grayscale: #626262. Windows color (decimal): -9151405 or 5463156. OLE color: 5463156.

HSL color Cylindrical-coordinate representation of color #745C53: hue angle of 16.36º degrees, saturation: 0.17, 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 #745C53 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 83 -
CMYK 0 0.21 0.28 0.55
HSL 16.36º 0.17% 0.39% -
HSV(B) 16.36º 0.28% 0.45% -
XYZ 12.59 11.99 9.83 -
YUV 98.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 116 92 83 0 0.21 0.28 0.55 16.36 0.17 0.39
Hex 74 5C 53 0 15 1C 37 10 11 27
Octal 164 134 123 0 25 34 67 20 21 47
Binary 1110100 1011100 1010011 0 10101 11100 110111 10000 10001 100111

Color Harmonies of #745C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C53

Black with #745C53

Text Example


Text Example

White with #745C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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