Html Css Color HEX #804430 Peanut

📋 copy color: '#804430'

red 128 ◦ green 68 ◦ blue 48

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

Shades of Peanut #804430

Tints of Peanut #804430

RGB

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

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

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

R = 52.46%
G = 27.87%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#804430 (or 0x804430) is known color: Peanut. HEX triplet: 80, 44 and 30. RGB value is (128,68,48). Sum of RGB (Red+Green+Blue) = 128+68+48=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804430 is #7FBBCF. Grayscale: #535353. Windows color (decimal): -8371152 or 3163264. OLE color: 3163264.

HSL color Cylindrical-coordinate representation of color #804430: hue angle of 15º 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 #804430 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 48 -
CMYK 0 0.47 0.62 0.50
HSL 15º 0.45% 0.35% -
HSV(B) 15º 0.63% 0.5% -
XYZ 11.5 8.94 3.92 -
YUV 83.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 128 68 48 0 0.47 0.62 0.50 15 0.45 0.35
Hex 80 44 30 0 2F 3E 32 F 2D 23
Octal 200 104 60 0 57 76 62 17 55 43
Binary 10000000 1000100 110000 0 101111 111110 110010 1111 101101 100011

Color Harmonies of #804430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804430

Black with #804430

Text Example


Text Example

White with #804430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804430; }

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

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

background-color css

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

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

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

border-color css

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

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

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