Html Css Color HEX #716952 Crocodile

📋 copy color: '#716952'

red 113 ◦ green 105 ◦ blue 82

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

Shades of Crocodile #716952

Tints of Crocodile #716952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 37.67%
G = 35%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716952 (or 0x716952) is known color: Crocodile. HEX triplet: 71, 69 and 52. RGB value is (113,105,82). Sum of RGB (Red+Green+Blue) = 113+105+82=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716952 is #8E96AD. Grayscale: #686868. Windows color (decimal): -9344686 or 5400945. OLE color: 5400945.

HSL color Cylindrical-coordinate representation of color #716952: hue angle of 44.52º degrees, saturation: 0.16, 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 #716952 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 82 -
CMYK 0 0.07 0.27 0.56
HSL 44.52º 0.16% 0.38% -
HSV(B) 44.52º 0.27% 0.44% -
XYZ 13.38 14.22 10.02 -
YUV 104.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 113 105 82 0 0.07 0.27 0.56 44.52 0.16 0.38
Hex 71 69 52 0 7 1B 38 2D 10 26
Octal 161 151 122 0 7 33 70 55 20 46
Binary 1110001 1101001 1010010 0 111 11011 111000 101101 10000 100110

Color Harmonies of #716952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716952

Black with #716952

Text Example


Text Example

White with #716952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716952; }

 p { color: rgb(113,105,82); }

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

background-color css

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

 a { background-color: rgb(113,105,82); }

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

border-color css

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

 span { border-color: rgb(113,105,82); }

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