Html Css Color HEX #804734 Peanut

📋 copy color: '#804734'

red 128 ◦ green 71 ◦ blue 52

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

Shades of Peanut #804734

Tints of Peanut #804734

RGB

 RED value IS 128 (50.39% from 255) = 51%

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 51%
G = 28.29%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#804734 (or 0x804734) is known color: Peanut. HEX triplet: 80, 47 and 34. RGB value is (128,71,52). Sum of RGB (Red+Green+Blue) = 128+71+52=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #804734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804734 is #7FB8CB. Grayscale: #565656. Windows color (decimal): -8370380 or 3426176. OLE color: 3426176.

HSL color Cylindrical-coordinate representation of color #804734: hue angle of 15º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804734 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 52 -
CMYK 0 0.45 0.59 0.50
HSL 15º 0.42% 0.35% -
HSV(B) 15º 0.59% 0.5% -
XYZ 11.78 9.34 4.43 -
YUV 85.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 128 71 52 0 0.45 0.59 0.50 15 0.42 0.35
Hex 80 47 34 0 2D 3B 32 F 2A 23
Octal 200 107 64 0 55 73 62 17 52 43
Binary 10000000 1000111 110100 0 101101 111011 110010 1111 101010 100011

Color Harmonies of #804734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804734

Black with #804734

Text Example


Text Example

White with #804734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804734; }

 p { color: rgb(128,71,52); }

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

background-color css

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

 a { background-color: rgb(128,71,52); }

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

border-color css

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

 span { border-color: rgb(128,71,52); }

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