Html Css Color HEX #844230 Peanut

📋 copy color: '#844230'

red 132 ◦ green 66 ◦ blue 48

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

Shades of Peanut #844230

Tints of Peanut #844230

RGB

 RED value IS 132 (51.95% from 255) = 53.66%

 GREEN value IS 66 (26.17% from 255) = 26.83%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 53.66%
G = 26.83%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#844230 (or 0x844230) is known color: Peanut. HEX triplet: 84, 42 and 30. RGB value is (132,66,48). Sum of RGB (Red+Green+Blue) = 132+66+48=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #844230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844230 is #7BBDCF. Grayscale: #535353. Windows color (decimal): -8109520 or 3162756. OLE color: 3162756.

HSL color Cylindrical-coordinate representation of color #844230: hue angle of 12.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844230 is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 48 -
CMYK 0 0.5 0.64 0.48
HSL 12.86º 0.47% 0.35% -
HSV(B) 12.86º 0.64% 0.52% -
XYZ 12 9.02 3.9 -
YUV 83.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 132 66 48 0 0.5 0.64 0.48 12.86 0.47 0.35
Hex 84 42 30 0 32 40 30 D 2F 23
Octal 204 102 60 0 62 100 60 15 57 43
Binary 10000100 1000010 110000 0 110010 1000000 110000 1101 101111 100011

Color Harmonies of #844230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844230

Black with #844230

Text Example


Text Example

White with #844230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844230; }

 p { color: rgb(132,66,48); }

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

background-color css

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

 a { background-color: rgb(132,66,48); }

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

border-color css

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

 span { border-color: rgb(132,66,48); }

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