Html Css Color HEX #764031 Peanut

📋 copy color: '#764031'

red 118 ◦ green 64 ◦ blue 49

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

Shades of Peanut #764031

Tints of Peanut #764031

RGB

 RED value IS 118 (46.48% from 255) = 51.08%

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 51.08%
G = 27.71%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#764031 (or 0x764031) is known color: Peanut. HEX triplet: 76, 40 and 31. RGB value is (118,64,49). Sum of RGB (Red+Green+Blue) = 118+64+49=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #764031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764031 is #89BFCE. Grayscale: #4E4E4E. Windows color (decimal): -9027535 or 3227766. OLE color: 3227766.

HSL color Cylindrical-coordinate representation of color #764031: hue angle of 13.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764031 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 49 -
CMYK 0 0.46 0.58 0.54
HSL 13.04º 0.41% 0.33% -
HSV(B) 13.04º 0.58% 0.46% -
XYZ 9.86 7.74 3.88 -
YUV 78.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 118 64 49 0 0.46 0.58 0.54 13.04 0.41 0.33
Hex 76 40 31 0 2E 3A 36 D 29 21
Octal 166 100 61 0 56 72 66 15 51 41
Binary 1110110 1000000 110001 0 101110 111010 110110 1101 101001 100001

Color Harmonies of #764031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764031

Black with #764031

Text Example


Text Example

White with #764031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764031; }

 p { color: rgb(118,64,49); }

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

background-color css

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

 a { background-color: rgb(118,64,49); }

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

border-color css

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

 span { border-color: rgb(118,64,49); }

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