Html Css Color HEX #824535 Peanut

📋 copy color: '#824535'

red 130 ◦ green 69 ◦ blue 53

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

Shades of Peanut #824535

Tints of Peanut #824535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 51.59%
G = 27.38%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#824535 (or 0x824535) is known color: Peanut. HEX triplet: 82, 45 and 35. RGB value is (130,69,53). Sum of RGB (Red+Green+Blue) = 130+69+53=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824535 is #7DBACA. Grayscale: #555555. Windows color (decimal): -8239819 or 3491202. OLE color: 3491202.

HSL color Cylindrical-coordinate representation of color #824535: hue angle of 12.47º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824535 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 53 -
CMYK 0 0.47 0.59 0.49
HSL 12.47º 0.42% 0.36% -
HSV(B) 12.47º 0.59% 0.51% -
XYZ 11.98 9.26 4.52 -
YUV 85.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 130 69 53 0 0.47 0.59 0.49 12.47 0.42 0.36
Hex 82 45 35 0 2F 3B 31 C 2A 24
Octal 202 105 65 0 57 73 61 14 52 44
Binary 10000010 1000101 110101 0 101111 111011 110001 1100 101010 100100

Color Harmonies of #824535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824535

Black with #824535

Text Example


Text Example

White with #824535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824535; }

 p { color: rgb(130,69,53); }

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

background-color css

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

 a { background-color: rgb(130,69,53); }

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

border-color css

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

 span { border-color: rgb(130,69,53); }

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