#726B35

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

Shades of Crete #726B35

Tints of Crete #726B35

Color information

#726B35 (or 0x726B35) is unknown color: approx Crete. HEX triplet: 72, 6B and 35. RGB value is (114,107,53). Sum of RGB (Red+Green+Blue) = 114+107+53=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #726B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B35 is #8D94CA. Grayscale: #676767. Windows color (decimal): -9278667 or 3500914. OLE color: 3500914.

HSL color Cylindrical-coordinate representation of color #726B35: hue angle of 53.11º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726B35 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB11410753-
CMYK00.060.540.55
HSL53.11º36.53%32.75%-
HSV(B)53.11º53.51%44.71%-
XYZ12.8414.355.46-
YUV102.9499.82135.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=41.61%
G=39.05%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141075300.060.540.5553.1136.5332.75
Hex726B35063637352521
Octal16215365066667654541
Binary111001011010111101010110110110110111110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B35; }

 p { color: rgb(114,107,53); }

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

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

 a { background-color: rgb(114,107,53); }

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

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

 span { border-color: rgb(114,107,53); }

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