Html Css Color HEX #824433 Peanut

📋 copy color: '#824433'

red 130 ◦ green 68 ◦ blue 51

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

Shades of Peanut #824433

Tints of Peanut #824433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 52.21%
G = 27.31%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#824433 (or 0x824433) is known color: Peanut. HEX triplet: 82, 44 and 33. RGB value is (130,68,51). Sum of RGB (Red+Green+Blue) = 130+68+51=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824433 is #7DBBCC. Grayscale: #545454. Windows color (decimal): -8240077 or 3359874. OLE color: 3359874.

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

Color convert

RGB 130 68 51 -
CMYK 0 0.48 0.61 0.49
HSL 12.91º 0.44% 0.35% -
HSV(B) 12.91º 0.61% 0.51% -
XYZ 11.87 9.12 4.27 -
YUV 84.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 130 68 51 0 0.48 0.61 0.49 12.91 0.44 0.35
Hex 82 44 33 0 30 3D 31 D 2C 23
Octal 202 104 63 0 60 75 61 15 54 43
Binary 10000010 1000100 110011 0 110000 111101 110001 1101 101100 100011

Color Harmonies of #824433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824433

Black with #824433

Text Example


Text Example

White with #824433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824433; }

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

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

background-color css

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

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

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

border-color css

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

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

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