Html Css Color HEX #736054 Dorado

📋 copy color: '#736054'

red 115 ◦ green 96 ◦ blue 84

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

Shades of Dorado #736054

Tints of Dorado #736054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 38.98%
G = 32.54%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#736054 (or 0x736054) is known color: Dorado. HEX triplet: 73, 60 and 54. RGB value is (115,96,84). Sum of RGB (Red+Green+Blue) = 115+96+84=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736054 is #8C9FAB. Grayscale: #646464. Windows color (decimal): -9215916 or 5529715. OLE color: 5529715.

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

Color convert

RGB 115 96 84 -
CMYK 0 0.17 0.27 0.55
HSL 23.23º 0.16% 0.39% -
HSV(B) 23.23º 0.27% 0.45% -
XYZ 12.85 12.65 10.15 -
YUV 100.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 115 96 84 0 0.17 0.27 0.55 23.23 0.16 0.39
Hex 73 60 54 0 11 1B 37 17 10 27
Octal 163 140 124 0 21 33 67 27 20 47
Binary 1110011 1100000 1010100 0 10001 11011 110111 10111 10000 100111

Color Harmonies of #736054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736054

Black with #736054

Text Example


Text Example

White with #736054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736054; }

 p { color: rgb(115,96,84); }

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

background-color css

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

 a { background-color: rgb(115,96,84); }

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

border-color css

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

 span { border-color: rgb(115,96,84); }

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