Html Css Color HEX #736055 Dorado

📋 copy color: '#736055'

red 115 ◦ green 96 ◦ blue 85

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

Shades of Dorado #736055

Tints of Dorado #736055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 38.85%
G = 32.43%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#736055 (or 0x736055) is known color: Dorado. HEX triplet: 73, 60 and 55. RGB value is (115,96,85). Sum of RGB (Red+Green+Blue) = 115+96+85=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #736055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736055 is #8C9FAA. Grayscale: #646464. Windows color (decimal): -9215915 or 5595251. OLE color: 5595251.

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

Color convert

RGB 115 96 85 -
CMYK 0 0.17 0.26 0.55
HSL 22º 0.15% 0.39% -
HSV(B) 22º 0.26% 0.45% -
XYZ 12.89 12.67 10.36 -
YUV 100.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 115 96 85 0 0.17 0.26 0.55 22 0.15 0.39
Hex 73 60 55 0 11 1A 37 16 F 27
Octal 163 140 125 0 21 32 67 26 17 47
Binary 1110011 1100000 1010101 0 10001 11010 110111 10110 1111 100111

Color Harmonies of #736055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736055

Black with #736055

Text Example


Text Example

White with #736055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736055; }

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

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

background-color css

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

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

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

border-color css

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

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

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