Html Css Color HEX #716948 Crocodile

📋 copy color: '#716948'

red 113 ◦ green 105 ◦ blue 72

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

Shades of Crocodile #716948

Tints of Crocodile #716948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 38.97%
G = 36.21%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716948 (or 0x716948) is known color: Crocodile. HEX triplet: 71, 69 and 48. RGB value is (113,105,72). Sum of RGB (Red+Green+Blue) = 113+105+72=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716948 is #8E96B7. Grayscale: #676767. Windows color (decimal): -9344696 or 4745585. OLE color: 4745585.

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

Color convert

RGB 113 105 72 -
CMYK 0 0.07 0.36 0.56
HSL 48.29º 0.22% 0.36% -
HSV(B) 48.29º 0.36% 0.44% -
XYZ 13.03 14.08 8.16 -
YUV 103.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 113 105 72 0 0.07 0.36 0.56 48.29 0.22 0.36
Hex 71 69 48 0 7 24 38 30 16 24
Octal 161 151 110 0 7 44 70 60 26 44
Binary 1110001 1101001 1001000 0 111 100100 111000 110000 10110 100100

Color Harmonies of #716948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716948

Black with #716948

Text Example


Text Example

White with #716948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716948; }

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

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

background-color css

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

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

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

border-color css

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

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

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