Html Css Color HEX #774131 Peanut

📋 copy color: '#774131'

red 119 ◦ green 65 ◦ blue 49

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

Shades of Peanut #774131

Tints of Peanut #774131

RGB

 RED value IS 119 (46.88% from 255) = 51.07%

 GREEN value IS 65 (25.78% from 255) = 27.9%

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

R = 51.07%
G = 27.9%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#774131 (or 0x774131) is known color: Peanut. HEX triplet: 77, 41 and 31. RGB value is (119,65,49). Sum of RGB (Red+Green+Blue) = 119+65+49=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774131 is #88BECE. Grayscale: #4F4F4F. Windows color (decimal): -8961743 or 3228023. OLE color: 3228023.

HSL color Cylindrical-coordinate representation of color #774131: hue angle of 13.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774131 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 49 -
CMYK 0 0.45 0.59 0.53
HSL 13.71º 0.42% 0.33% -
HSV(B) 13.71º 0.59% 0.47% -
XYZ 10.05 7.92 3.91 -
YUV 79.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 119 65 49 0 0.45 0.59 0.53 13.71 0.42 0.33
Hex 77 41 31 0 2D 3B 35 E 2A 21
Octal 167 101 61 0 55 73 65 16 52 41
Binary 1110111 1000001 110001 0 101101 111011 110101 1110 101010 100001

Color Harmonies of #774131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774131

Black with #774131

Text Example


Text Example

White with #774131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774131; }

 p { color: rgb(119,65,49); }

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

background-color css

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

 a { background-color: rgb(119,65,49); }

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

border-color css

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

 span { border-color: rgb(119,65,49); }

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