#726B49

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

Shades of Crocodile #726B49

Tints of Crocodile #726B49

Color information

#726B49 (or 0x726B49) is unknown color: approx Crocodile. HEX triplet: 72, 6B and 49. RGB value is (114,107,73). Sum of RGB (Red+Green+Blue) = 114+107+73=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #726B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B49 is #8D94B6. Grayscale: #696969. Windows color (decimal): -9278647 or 4811634. OLE color: 4811634.

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

Color convert

RGB11410773-
CMYK00.060.360.55
HSL49.76º21.93%36.67%-
HSV(B)49.76º35.96%44.71%-
XYZ13.414.578.41-
YUV105.22109.82134.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=38.78%
G=36.39%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141077300.060.360.5549.7621.9336.67
Hex726B49062437321625
Octal162153111064467622645
Binary111001011010111001001011010010011011111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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