Html Css Color HEX #716D53 Crocodile

📋 copy color: '#716D53'

red 113 ◦ green 109 ◦ blue 83

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

Shades of Crocodile #716D53

Tints of Crocodile #716D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

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

R = 37.05%
G = 35.74%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716D53 (or 0x716D53) is known color: Crocodile. HEX triplet: 71, 6D and 53. RGB value is (113,109,83). Sum of RGB (Red+Green+Blue) = 113+109+83=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #716D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D53 is #8E92AC. Grayscale: #6B6B6B. Windows color (decimal): -9343661 or 5467505. OLE color: 5467505.

HSL color Cylindrical-coordinate representation of color #716D53: hue angle of 52º 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 #716D53 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 109 83 -
CMYK 0 0.04 0.27 0.56
HSL 52º 0.15% 0.38% -
HSV(B) 52º 0.27% 0.44% -
XYZ 13.84 15.07 10.36 -
YUV 107.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 113 109 83 0 0.04 0.27 0.56 52 0.15 0.38
Hex 71 6D 53 0 4 1B 38 34 F 26
Octal 161 155 123 0 4 33 70 64 17 46
Binary 1110001 1101101 1010011 0 100 11011 111000 110100 1111 100110

Color Harmonies of #716D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D53

Black with #716D53

Text Example


Text Example

White with #716D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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