Html Css Color HEX #824430 Peanut

📋 copy color: '#824430'

red 130 ◦ green 68 ◦ blue 48

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

Shades of Peanut #824430

Tints of Peanut #824430

RGB

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

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

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

R = 52.85%
G = 27.64%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#824430 (or 0x824430) is known color: Peanut. HEX triplet: 82, 44 and 30. RGB value is (130,68,48). Sum of RGB (Red+Green+Blue) = 130+68+48=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824430 is #7DBBCF. Grayscale: #545454. Windows color (decimal): -8240080 or 3163266. OLE color: 3163266.

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

Color convert

RGB 130 68 48 -
CMYK 0 0.48 0.63 0.49
HSL 14.63º 0.46% 0.35% -
HSV(B) 14.63º 0.63% 0.51% -
XYZ 11.81 9.09 3.93 -
YUV 84.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 130 68 48 0 0.48 0.63 0.49 14.63 0.46 0.35
Hex 82 44 30 0 30 3F 31 F 2E 23
Octal 202 104 60 0 60 77 61 17 56 43
Binary 10000010 1000100 110000 0 110000 111111 110001 1111 101110 100011

Color Harmonies of #824430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824430

Black with #824430

Text Example


Text Example

White with #824430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824430; }

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

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

background-color css

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

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

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

border-color css

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

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

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