Html Css Color HEX #824330 Peanut

📋 copy color: '#824330'

red 130 ◦ green 67 ◦ blue 48

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

Shades of Peanut #824330

Tints of Peanut #824330

RGB

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

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

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

R = 53.06%
G = 27.35%
B = 19.59%

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

#824330 (or 0x824330) is known color: Peanut. HEX triplet: 82, 43 and 30. RGB value is (130,67,48). Sum of RGB (Red+Green+Blue) = 130+67+48=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #824330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824330 is #7DBCCF. Grayscale: #535353. Windows color (decimal): -8240336 or 3163010. OLE color: 3163010.

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

Color convert

RGB 130 67 48 -
CMYK 0 0.48 0.63 0.49
HSL 13.9º 0.46% 0.35% -
HSV(B) 13.9º 0.63% 0.51% -
XYZ 11.75 8.97 3.91 -
YUV 83.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 130 67 48 0 0.48 0.63 0.49 13.9 0.46 0.35
Hex 82 43 30 0 30 3F 31 E 2E 23
Octal 202 103 60 0 60 77 61 16 56 43
Binary 10000010 1000011 110000 0 110000 111111 110001 1110 101110 100011

Color Harmonies of #824330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824330

Black with #824330

Text Example


Text Example

White with #824330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824330; }

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

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

background-color css

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

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

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

border-color css

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

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

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