Html Css Color HEX #824231 Peanut

📋 copy color: '#824231'

red 130 ◦ green 66 ◦ blue 49

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

Shades of Peanut #824231

Tints of Peanut #824231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 53.06%
G = 26.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824231 (or 0x824231) is known color: Peanut. HEX triplet: 82, 42 and 31. RGB value is (130,66,49). Sum of RGB (Red+Green+Blue) = 130+66+49=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #824231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824231 is #7DBDCE. Grayscale: #535353. Windows color (decimal): -8240591 or 3228290. OLE color: 3228290.

HSL color Cylindrical-coordinate representation of color #824231: hue angle of 12.59º degrees, saturation: 0.45, 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 #824231 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 49 -
CMYK 0 0.49 0.62 0.49
HSL 12.59º 0.45% 0.35% -
HSV(B) 12.59º 0.62% 0.51% -
XYZ 11.71 8.86 4 -
YUV 83.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 130 66 49 0 0.49 0.62 0.49 12.59 0.45 0.35
Hex 82 42 31 0 31 3E 31 D 2D 23
Octal 202 102 61 0 61 76 61 15 55 43
Binary 10000010 1000010 110001 0 110001 111110 110001 1101 101101 100011

Color Harmonies of #824231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824231

Black with #824231

Text Example


Text Example

White with #824231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824231; }

 p { color: rgb(130,66,49); }

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

background-color css

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

 a { background-color: rgb(130,66,49); }

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

border-color css

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

 span { border-color: rgb(130,66,49); }

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