Html Css Color HEX #784434 Peanut

📋 copy color: '#784434'

red 120 ◦ green 68 ◦ blue 52

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

Shades of Peanut #784434

Tints of Peanut #784434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 50%
G = 28.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#784434 (or 0x784434) is known color: Peanut. HEX triplet: 78, 44 and 34. RGB value is (120,68,52). Sum of RGB (Red+Green+Blue) = 120+68+52=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #784434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784434 is #87BBCB. Grayscale: #515151. Windows color (decimal): -8895436 or 3425400. OLE color: 3425400.

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

Color convert

RGB 120 68 52 -
CMYK 0 0.43 0.57 0.53
HSL 14.12º 0.4% 0.34% -
HSV(B) 14.12º 0.57% 0.47% -
XYZ 10.43 8.38 4.32 -
YUV 81.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 120 68 52 0 0.43 0.57 0.53 14.12 0.4 0.34
Hex 78 44 34 0 2B 39 35 E 28 22
Octal 170 104 64 0 53 71 65 16 50 42
Binary 1111000 1000100 110100 0 101011 111001 110101 1110 101000 100010

Color Harmonies of #784434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784434

Black with #784434

Text Example


Text Example

White with #784434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784434; }

 p { color: rgb(120,68,52); }

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

background-color css

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

 a { background-color: rgb(120,68,52); }

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

border-color css

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

 span { border-color: rgb(120,68,52); }

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