#73713D

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

Shades of Crete #73713D

Tints of Crete #73713D

Color information

#73713D (or 0x73713D) is unknown color: approx Crete. HEX triplet: 73, 71 and 3D. RGB value is (115,113,61). Sum of RGB (Red+Green+Blue) = 115+113+61=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73713D is #8C8EC2. Grayscale: #6B6B6B. Windows color (decimal): -9211587 or 4026739. OLE color: 4026739.

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

Color convert

RGB11511361-
CMYK00.020.470.55
HSL57.78º30.68%34.51%-
HSV(B)57.78º46.96%45.1%-
XYZ13.8215.796.73-
YUV107.67101.66133.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=39.79%
G=39.10%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151136100.020.470.5557.7830.6834.51
Hex73713D022F373a1f23
Octal16316175025767723743
Binary1110011111000111110101010111111011111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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