#717033

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

Shades of Crete #717033

Tints of Crete #717033

Color information

#717033 (or 0x717033) is unknown color: approx Crete. HEX triplet: 71, 70 and 33. RGB value is (113,112,51). Sum of RGB (Red+Green+Blue) = 113+112+51=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #717033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717033 is #8E8FCC. Grayscale: #696969. Windows color (decimal): -9342925 or 3371121. OLE color: 3371121.

HSL color Cylindrical-coordinate representation of color #717033: hue angle of 59.03º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717033 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB11311251-
CMYK00.010.550.56
HSL59.03º37.8%32.16%-
HSV(B)59.03º54.87%44.31%-
XYZ13.215.345.4-
YUV105.3497.33133.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=40.94%
G=40.58%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131125100.010.550.5659.0337.832.16
Hex7170330137383b2620
Octal16116063016770734640
Binary1110001111000011001101110111111000111011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717033; }

 p { color: rgb(113,112,51); }

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

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

 a { background-color: rgb(113,112,51); }

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

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

 span { border-color: rgb(113,112,51); }

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