Html Css Color HEX #716A53 Crocodile

📋 copy color: '#716A53'

red 113 ◦ green 106 ◦ blue 83

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

Shades of Crocodile #716A53

Tints of Crocodile #716A53

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 37.42%
G = 35.1%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716A53 (or 0x716A53) is known color: Crocodile. HEX triplet: 71, 6A and 53. RGB value is (113,106,83). Sum of RGB (Red+Green+Blue) = 113+106+83=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A53 is #8E95AC. Grayscale: #696969. Windows color (decimal): -9344429 or 5466737. OLE color: 5466737.

HSL color Cylindrical-coordinate representation of color #716A53: hue angle of 46º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716A53 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 83 -
CMYK 0 0.06 0.27 0.56
HSL 46º 0.15% 0.38% -
HSV(B) 46º 0.27% 0.44% -
XYZ 13.53 14.44 10.26 -
YUV 105.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 113 106 83 0 0.06 0.27 0.56 46 0.15 0.38
Hex 71 6A 53 0 6 1B 38 2E F 26
Octal 161 152 123 0 6 33 70 56 17 46
Binary 1110001 1101010 1010011 0 110 11011 111000 101110 1111 100110

Color Harmonies of #716A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A53

Black with #716A53

Text Example


Text Example

White with #716A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A53; }

 p { color: rgb(113,106,83); }

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

background-color css

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

 a { background-color: rgb(113,106,83); }

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

border-color css

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

 span { border-color: rgb(113,106,83); }

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