Html Css Color HEX #784132 Peanut

📋 copy color: '#784132'

red 120 ◦ green 65 ◦ blue 50

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

Shades of Peanut #784132

Tints of Peanut #784132

RGB

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

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

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

R = 51.06%
G = 27.66%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#784132 (or 0x784132) is known color: Peanut. HEX triplet: 78, 41 and 32. RGB value is (120,65,50). Sum of RGB (Red+Green+Blue) = 120+65+50=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #784132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784132 is #87BECD. Grayscale: #4F4F4F. Windows color (decimal): -8896206 or 3293560. OLE color: 3293560.

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

Color convert

RGB 120 65 50 -
CMYK 0 0.46 0.58 0.53
HSL 12.86º 0.41% 0.33% -
HSV(B) 12.86º 0.58% 0.47% -
XYZ 10.21 8 4.02 -
YUV 79.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 120 65 50 0 0.46 0.58 0.53 12.86 0.41 0.33
Hex 78 41 32 0 2E 3A 35 D 29 21
Octal 170 101 62 0 56 72 65 15 51 41
Binary 1111000 1000001 110010 0 101110 111010 110101 1101 101001 100001

Color Harmonies of #784132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784132

Black with #784132

Text Example


Text Example

White with #784132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784132; }

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

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

background-color css

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

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

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

border-color css

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

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

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