Html Css Color HEX #824230 Peanut

📋 copy color: '#824230'

red 130 ◦ green 66 ◦ blue 48

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

Shades of Peanut #824230

Tints of Peanut #824230

RGB

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

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

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

R = 53.28%
G = 27.05%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#824230 (or 0x824230) is known color: Peanut. HEX triplet: 82, 42 and 30. RGB value is (130,66,48). Sum of RGB (Red+Green+Blue) = 130+66+48=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824230 is #7DBDCF. Grayscale: #535353. Windows color (decimal): -8240592 or 3162754. OLE color: 3162754.

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

Color convert

RGB 130 66 48 -
CMYK 0 0.49 0.63 0.49
HSL 13.17º 0.46% 0.35% -
HSV(B) 13.17º 0.63% 0.51% -
XYZ 11.69 8.86 3.89 -
YUV 83.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 130 66 48 0 0.49 0.63 0.49 13.17 0.46 0.35
Hex 82 42 30 0 31 3F 31 D 2E 23
Octal 202 102 60 0 61 77 61 15 56 43
Binary 10000010 1000010 110000 0 110001 111111 110001 1101 101110 100011

Color Harmonies of #824230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824230

Black with #824230

Text Example


Text Example

White with #824230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824230; }

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

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

background-color css

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

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

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

border-color css

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

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

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