Html Css Color HEX #824331 Peanut

📋 copy color: '#824331'

red 130 ◦ green 67 ◦ blue 49

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

Shades of Peanut #824331

Tints of Peanut #824331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

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

R = 52.85%
G = 27.24%
B = 19.92%

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

#824331 (or 0x824331) is known color: Peanut. HEX triplet: 82, 43 and 31. RGB value is (130,67,49). Sum of RGB (Red+Green+Blue) = 130+67+49=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824331 is #7DBCCE. Grayscale: #535353. Windows color (decimal): -8240335 or 3228546. OLE color: 3228546.

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

Color convert

RGB 130 67 49 -
CMYK 0 0.48 0.62 0.49
HSL 13.33º 0.45% 0.35% -
HSV(B) 13.33º 0.62% 0.51% -
XYZ 11.77 8.98 4.02 -
YUV 83.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 130 67 49 0 0.48 0.62 0.49 13.33 0.45 0.35
Hex 82 43 31 0 30 3E 31 D 2D 23
Octal 202 103 61 0 60 76 61 15 55 43
Binary 10000010 1000011 110001 0 110000 111110 110001 1101 101101 100011

Color Harmonies of #824331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824331

Black with #824331

Text Example


Text Example

White with #824331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824331; }

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

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

background-color css

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

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

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

border-color css

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

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

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