Html Css Color HEX #784236 Peanut

📋 copy color: '#784236'

red 120 ◦ green 66 ◦ blue 54

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

Shades of Peanut #784236

Tints of Peanut #784236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

 BLUE value IS 54 (21.48% from 255) = 22.5%

R = 50%
G = 27.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#784236 (or 0x784236) is known color: Peanut. HEX triplet: 78, 42 and 36. RGB value is (120,66,54). Sum of RGB (Red+Green+Blue) = 120+66+54=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #784236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784236 is #87BDC9. Grayscale: #505050. Windows color (decimal): -8895946 or 3555960. OLE color: 3555960.

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

Color convert

RGB 120 66 54 -
CMYK 0 0.45 0.55 0.53
HSL 10.91º 0.38% 0.34% -
HSV(B) 10.91º 0.55% 0.47% -
XYZ 10.36 8.16 4.52 -
YUV 80.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 120 66 54 0 0.45 0.55 0.53 10.91 0.38 0.34
Hex 78 42 36 0 2D 37 35 B 26 22
Octal 170 102 66 0 55 67 65 13 46 42
Binary 1111000 1000010 110110 0 101101 110111 110101 1011 100110 100010

Color Harmonies of #784236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784236

Black with #784236

Text Example


Text Example

White with #784236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784236; }

 p { color: rgb(120,66,54); }

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

background-color css

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

 a { background-color: rgb(120,66,54); }

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

border-color css

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

 span { border-color: rgb(120,66,54); }

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