#73713C

Color #73713C Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #73713C

Tints of Crete #73713C

Color information

#73713C (or 0x73713C) is unknown color: approx Crete. HEX triplet: 73, 71 and 3C. RGB value is (115,113,60). Sum of RGB (Red+Green+Blue) = 115+113+60=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #73713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73713C is #8C8EC3. Grayscale: #6B6B6B. Windows color (decimal): -9211588 or 3961203. OLE color: 3961203.

HSL color Cylindrical-coordinate representation of color #73713C: hue angle of 57.82º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73713C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB11511360-
CMYK00.020.480.55
HSL57.82º31.43%34.31%-
HSV(B)57.82º47.83%45.1%-
XYZ13.7915.786.59-
YUV107.56101.16133.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=39.93%
G=39.24%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151136000.020.480.5557.8231.4334.31
Hex73713C0230373a1f22
Octal16316174026067723742
Binary1110011111000111110001011000011011111101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73713C; }

 p { color: rgb(115,113,60); }

 H1.HeaderClassName
 {
   color: #73713C;
 }
 .AnyTagClassName
 {
   color: #73713C;
 }
</style>
background-color css

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

 a { background-color: rgb(115,113,60); }

 div.DivClassName
 {
   background-color: #73713C;
 }
 .BgClassName
 {
   background-color: #73713C;
 }
</style>
border-color css

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

 span { border-color: rgb(115,113,60); }

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