Html Css Color HEX #716749 Crocodile

📋 copy color: '#716749'

red 113 ◦ green 103 ◦ blue 73

#716749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crocodile #716749

Tints of Crocodile #716749

RGB

 RED value IS 113 (44.53% from 255) = 39.1%

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 39.1%
G = 35.64%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#716749 (or 0x716749) is known color: Crocodile. HEX triplet: 71, 67 and 49. RGB value is (113,103,73). Sum of RGB (Red+Green+Blue) = 113+103+73=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #716749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716749 is #8E98B6. Grayscale: #666666. Windows color (decimal): -9345207 or 4810609. OLE color: 4810609.

HSL color Cylindrical-coordinate representation of color #716749: hue angle of 45º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716749 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 73 -
CMYK 0 0.09 0.35 0.56
HSL 45º 0.22% 0.36% -
HSV(B) 45º 0.35% 0.44% -
XYZ 12.86 13.69 8.27 -
YUV 102.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 113 103 73 0 0.09 0.35 0.56 45 0.22 0.36
Hex 71 67 49 0 9 23 38 2D 16 24
Octal 161 147 111 0 11 43 70 55 26 44
Binary 1110001 1100111 1001001 0 1001 100011 111000 101101 10110 100100

Color Harmonies of #716749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716749

Black with #716749

Text Example


Text Example

White with #716749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716749; }

 p { color: rgb(113,103,73); }

 H1.HeaderClassName
 {
   color: #716749;
 }
 .AnyTagClassName
 {
   color: #716749;
 }
</style>

background-color css

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

 a { background-color: rgb(113,103,73); }

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

border-color css

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

 span { border-color: rgb(113,103,73); }

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