Html Css Color HEX #804030 Peanut

📋 copy color: '#804030'

red 128 ◦ green 64 ◦ blue 48

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

Shades of Peanut #804030

Tints of Peanut #804030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 48 (19.14% from 255) = 20%

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#804030 (or 0x804030) is known color: Peanut. HEX triplet: 80, 40 and 30. RGB value is (128,64,48). Sum of RGB (Red+Green+Blue) = 128+64+48=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #804030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804030 is #7FBFCF. Grayscale: #515151. Windows color (decimal): -8372176 or 3162240. OLE color: 3162240.

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

Color convert

RGB 128 64 48 -
CMYK 0 0.5 0.62 0.50
HSL 12º 0.45% 0.35% -
HSV(B) 12º 0.63% 0.5% -
XYZ 11.27 8.47 3.84 -
YUV 81.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 128 64 48 0 0.5 0.62 0.50 12 0.45 0.35
Hex 80 40 30 0 32 3E 32 C 2D 23
Octal 200 100 60 0 62 76 62 14 55 43
Binary 10000000 1000000 110000 0 110010 111110 110010 1100 101101 100011

Color Harmonies of #804030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804030

Black with #804030

Text Example


Text Example

White with #804030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804030; }

 p { color: rgb(128,64,48); }

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

background-color css

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

 a { background-color: rgb(128,64,48); }

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

border-color css

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

 span { border-color: rgb(128,64,48); }

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