Html Css Color HEX #747131 Crete

📋 copy color: '#747131'

red 116 ◦ green 113 ◦ blue 49

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

Shades of Crete #747131

Tints of Crete #747131

RGB

 RED value IS 116 (45.7% from 255) = 41.73%

 GREEN value IS 113 (44.53% from 255) = 40.65%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 41.73%
G = 40.65%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#747131 (or 0x747131) is known color: Crete. HEX triplet: 74, 71 and 31. RGB value is (116,113,49). Sum of RGB (Red+Green+Blue) = 116+113+49=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #747131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747131 is #8B8ECE. Grayscale: #6A6A6A. Windows color (decimal): -9146063 or 3240308. OLE color: 3240308.

HSL color Cylindrical-coordinate representation of color #747131: hue angle of 57.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747131 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 49 -
CMYK 0 0.03 0.58 0.55
HSL 57.31º 0.41% 0.32% -
HSV(B) 57.31º 0.58% 0.45% -
XYZ 13.66 15.75 5.22 -
YUV 106.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 116 113 49 0 0.03 0.58 0.55 57.31 0.41 0.32
Hex 74 71 31 0 3 3A 37 39 29 20
Octal 164 161 61 0 3 72 67 71 51 40
Binary 1110100 1110001 110001 0 11 111010 110111 111001 101001 100000

Color Harmonies of #747131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747131

Black with #747131

Text Example


Text Example

White with #747131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747131; }

 p { color: rgb(116,113,49); }

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

background-color css

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

 a { background-color: rgb(116,113,49); }

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

border-color css

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

 span { border-color: rgb(116,113,49); }

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