#73703D

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

Shades of Crete #73703D

Tints of Crete #73703D

Color information

#73703D (or 0x73703D) is unknown color: approx Crete. HEX triplet: 73, 70 and 3D. RGB value is (115,112,61). Sum of RGB (Red+Green+Blue) = 115+112+61=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #73703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73703D is #8C8FC2. Grayscale: #6B6B6B. Windows color (decimal): -9211843 or 4026483. OLE color: 4026483.

HSL color Cylindrical-coordinate representation of color #73703D: hue angle of 56.67º 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 #73703D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11511261-
CMYK00.030.470.55
HSL56.67º30.68%34.51%-
HSV(B)56.67º46.96%45.1%-
XYZ13.7115.576.7-
YUV107.08101.99133.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=39.93%
G=38.89%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151126100.030.470.5556.6730.6834.51
Hex73703D032F37391f23
Octal16316075035767713743
Binary1110011111000011110101110111111011111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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