Html Css Color HEX #784131 Peanut

📋 copy color: '#784131'

red 120 ◦ green 65 ◦ blue 49

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

Shades of Peanut #784131

Tints of Peanut #784131

RGB

 RED value IS 120 (47.27% from 255) = 51.28%

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

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

R = 51.28%
G = 27.78%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#784131 (or 0x784131) is known color: Peanut. HEX triplet: 78, 41 and 31. RGB value is (120,65,49). Sum of RGB (Red+Green+Blue) = 120+65+49=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #784131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784131 is #87BECE. Grayscale: #4F4F4F. Windows color (decimal): -8896207 or 3228024. OLE color: 3228024.

HSL color Cylindrical-coordinate representation of color #784131: hue angle of 13.52º 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 #784131 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 49 -
CMYK 0 0.46 0.59 0.53
HSL 13.52º 0.42% 0.33% -
HSV(B) 13.52º 0.59% 0.47% -
XYZ 10.19 8 3.91 -
YUV 79.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 120 65 49 0 0.46 0.59 0.53 13.52 0.42 0.33
Hex 78 41 31 0 2E 3B 35 E 2A 21
Octal 170 101 61 0 56 73 65 16 52 41
Binary 1111000 1000001 110001 0 101110 111011 110101 1110 101010 100001

Color Harmonies of #784131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784131

Black with #784131

Text Example


Text Example

White with #784131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784131; }

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

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

background-color css

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

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

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

border-color css

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

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

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