Html Css Color HEX #834432 Peanut

📋 copy color: '#834432'

red 131 ◦ green 68 ◦ blue 50

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

Shades of Peanut #834432

Tints of Peanut #834432

RGB

 RED value IS 131 (51.56% from 255) = 52.61%

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 52.61%
G = 27.31%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#834432 (or 0x834432) is known color: Peanut. HEX triplet: 83, 44 and 32. RGB value is (131,68,50). Sum of RGB (Red+Green+Blue) = 131+68+50=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834432 is #7CBBCD. Grayscale: #545454. Windows color (decimal): -8174542 or 3294339. OLE color: 3294339.

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

Color convert

RGB 131 68 50 -
CMYK 0 0.48 0.62 0.49
HSL 13.33º 0.45% 0.35% -
HSV(B) 13.33º 0.62% 0.51% -
XYZ 12 9.19 4.16 -
YUV 84.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 131 68 50 0 0.48 0.62 0.49 13.33 0.45 0.35
Hex 83 44 32 0 30 3E 31 D 2D 23
Octal 203 104 62 0 60 76 61 15 55 43
Binary 10000011 1000100 110010 0 110000 111110 110001 1101 101101 100011

Color Harmonies of #834432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834432

Black with #834432

Text Example


Text Example

White with #834432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834432; }

 p { color: rgb(131,68,50); }

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

background-color css

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

 a { background-color: rgb(131,68,50); }

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

border-color css

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

 span { border-color: rgb(131,68,50); }

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