Html Css Color HEX #824333 Peanut

📋 copy color: '#824333'

red 130 ◦ green 67 ◦ blue 51

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

Shades of Peanut #824333

Tints of Peanut #824333

RGB

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

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

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

R = 52.42%
G = 27.02%
B = 20.56%

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

#824333 (or 0x824333) is known color: Peanut. HEX triplet: 82, 43 and 33. RGB value is (130,67,51). Sum of RGB (Red+Green+Blue) = 130+67+51=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824333 is #7DBCCC. Grayscale: #545454. Windows color (decimal): -8240333 or 3359618. OLE color: 3359618.

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

Color convert

RGB 130 67 51 -
CMYK 0 0.48 0.61 0.49
HSL 12.15º 0.44% 0.35% -
HSV(B) 12.15º 0.61% 0.51% -
XYZ 11.81 9 4.25 -
YUV 84.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 130 67 51 0 0.48 0.61 0.49 12.15 0.44 0.35
Hex 82 43 33 0 30 3D 31 C 2C 23
Octal 202 103 63 0 60 75 61 14 54 43
Binary 10000010 1000011 110011 0 110000 111101 110001 1100 101100 100011

Color Harmonies of #824333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824333

Black with #824333

Text Example


Text Example

White with #824333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824333; }

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

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

background-color css

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

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

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

border-color css

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

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

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