Html Css Color HEX #745F53 Dorado

📋 copy color: '#745F53'

red 116 ◦ green 95 ◦ blue 83

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

Shades of Dorado #745F53

Tints of Dorado #745F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

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

R = 39.46%
G = 32.31%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745F53 (or 0x745F53) is known color: Dorado. HEX triplet: 74, 5F and 53. RGB value is (116,95,83). Sum of RGB (Red+Green+Blue) = 116+95+83=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #745F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F53 is #8BA0AC. Grayscale: #636363. Windows color (decimal): -9150637 or 5463924. OLE color: 5463924.

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

Color convert

RGB 116 95 83 -
CMYK 0 0.18 0.28 0.55
HSL 21.82º 0.17% 0.39% -
HSV(B) 21.82º 0.28% 0.45% -
XYZ 12.86 12.52 9.92 -
YUV 99.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 116 95 83 0 0.18 0.28 0.55 21.82 0.17 0.39
Hex 74 5F 53 0 12 1C 37 16 11 27
Octal 164 137 123 0 22 34 67 26 21 47
Binary 1110100 1011111 1010011 0 10010 11100 110111 10110 10001 100111

Color Harmonies of #745F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F53

Black with #745F53

Text Example


Text Example

White with #745F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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