Html Css Color HEX #824534 Peanut

📋 copy color: '#824534'

red 130 ◦ green 69 ◦ blue 52

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

Shades of Peanut #824534

Tints of Peanut #824534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 51.79%
G = 27.49%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#824534 (or 0x824534) is known color: Peanut. HEX triplet: 82, 45 and 34. RGB value is (130,69,52). Sum of RGB (Red+Green+Blue) = 130+69+52=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824534 is #7DBACB. Grayscale: #555555. Windows color (decimal): -8239820 or 3425666. OLE color: 3425666.

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

Color convert

RGB 130 69 52 -
CMYK 0 0.47 0.60 0.49
HSL 13.08º 0.43% 0.36% -
HSV(B) 13.08º 0.6% 0.51% -
XYZ 11.95 9.25 4.4 -
YUV 85.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 130 69 52 0 0.47 0.60 0.49 13.08 0.43 0.36
Hex 82 45 34 0 2F 3C 31 D 2B 24
Octal 202 105 64 0 57 74 61 15 53 44
Binary 10000010 1000101 110100 0 101111 111100 110001 1101 101011 100100

Color Harmonies of #824534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824534

Black with #824534

Text Example


Text Example

White with #824534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824534; }

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

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

background-color css

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

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

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

border-color css

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

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

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