Html Css Color HEX #716848 Crocodile

📋 copy color: '#716848'

red 113 ◦ green 104 ◦ blue 72

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

Shades of Crocodile #716848

Tints of Crocodile #716848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 39.1%
G = 35.99%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716848 (or 0x716848) is known color: Crocodile. HEX triplet: 71, 68 and 48. RGB value is (113,104,72). Sum of RGB (Red+Green+Blue) = 113+104+72=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #716848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716848 is #8E97B7. Grayscale: #676767. Windows color (decimal): -9344952 or 4745329. OLE color: 4745329.

HSL color Cylindrical-coordinate representation of color #716848: hue angle of 46.83º 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 #716848 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 72 -
CMYK 0 0.08 0.36 0.56
HSL 46.83º 0.22% 0.36% -
HSV(B) 46.83º 0.36% 0.44% -
XYZ 12.93 13.88 8.13 -
YUV 103.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 113 104 72 0 0.08 0.36 0.56 46.83 0.22 0.36
Hex 71 68 48 0 8 24 38 2F 16 24
Octal 161 150 110 0 10 44 70 57 26 44
Binary 1110001 1101000 1001000 0 1000 100100 111000 101111 10110 100100

Color Harmonies of #716848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716848

Black with #716848

Text Example


Text Example

White with #716848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716848; }

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

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

background-color css

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

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

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

border-color css

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

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

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