#736B2F

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

Shades of Crete #736B2F

Tints of Crete #736B2F

Color information

#736B2F (or 0x736B2F) is unknown color: approx Crete. HEX triplet: 73, 6B and 2F. RGB value is (115,107,47). Sum of RGB (Red+Green+Blue) = 115+107+47=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #736B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B2F is #8C94D0. Grayscale: #666666. Windows color (decimal): -9213137 or 3107699. OLE color: 3107699.

HSL color Cylindrical-coordinate representation of color #736B2F: hue angle of 52.94º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #736B2F is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11510747-
CMYK00.070.590.55
HSL52.94º41.98%31.76%-
HSV(B)52.94º59.13%45.1%-
XYZ12.8414.374.79-
YUV102.5596.65136.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=42.75%
G=39.78%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151074700.070.590.5552.9441.9831.76
Hex736B2F073B37352a20
Octal16315357077367655240
Binary111001111010111011110111111011110111110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736B2F; }

 p { color: rgb(115,107,47); }

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

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

 a { background-color: rgb(115,107,47); }

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

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

 span { border-color: rgb(115,107,47); }

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