Html Css Color HEX #716D32 Crete

📋 copy color: '#716D32'

red 113 ◦ green 109 ◦ blue 50

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

Shades of Crete #716D32

Tints of Crete #716D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 41.54%
G = 40.07%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#716D32 (or 0x716D32) is known color: Crete. HEX triplet: 71, 6D and 32. RGB value is (113,109,50). Sum of RGB (Red+Green+Blue) = 113+109+50=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #716D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D32 is #8E92CD. Grayscale: #676767. Windows color (decimal): -9343694 or 3304817. OLE color: 3304817.

HSL color Cylindrical-coordinate representation of color #716D32: hue angle of 56.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716D32 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 109 50 -
CMYK 0 0.04 0.56 0.56
HSL 56.19º 0.39% 0.32% -
HSV(B) 56.19º 0.56% 0.44% -
XYZ 12.85 14.68 5.17 -
YUV 103.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 113 109 50 0 0.04 0.56 0.56 56.19 0.39 0.32
Hex 71 6D 32 0 4 38 38 38 27 20
Octal 161 155 62 0 4 70 70 70 47 40
Binary 1110001 1101101 110010 0 100 111000 111000 111000 100111 100000

Color Harmonies of #716D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D32

Black with #716D32

Text Example


Text Example

White with #716D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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