Html Css Color HEX #824432 Peanut

📋 copy color: '#824432'

red 130 ◦ green 68 ◦ blue 50

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

Shades of Peanut #824432

Tints of Peanut #824432

RGB

 RED value IS 130 (51.17% from 255) = 52.42%

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

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 52.42%
G = 27.42%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824432 (or 0x824432) is known color: Peanut. HEX triplet: 82, 44 and 32. RGB value is (130,68,50). Sum of RGB (Red+Green+Blue) = 130+68+50=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824432 is #7DBBCD. Grayscale: #545454. Windows color (decimal): -8240078 or 3294338. OLE color: 3294338.

HSL color Cylindrical-coordinate representation of color #824432: hue angle of 13.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824432 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 50 -
CMYK 0 0.48 0.62 0.49
HSL 13.5º 0.44% 0.35% -
HSV(B) 13.5º 0.62% 0.51% -
XYZ 11.85 9.11 4.15 -
YUV 84.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 130 68 50 0 0.48 0.62 0.49 13.5 0.44 0.35
Hex 82 44 32 0 30 3E 31 E 2C 23
Octal 202 104 62 0 60 76 61 16 54 43
Binary 10000010 1000100 110010 0 110000 111110 110001 1110 101100 100011

Color Harmonies of #824432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824432

Black with #824432

Text Example


Text Example

White with #824432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824432; }

 p { color: rgb(130,68,50); }

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

background-color css

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

 a { background-color: rgb(130,68,50); }

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

border-color css

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

 span { border-color: rgb(130,68,50); }

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