Html Css Color HEX #7F412F Peanut

📋 copy color: '#7F412F'

red 127 ◦ green 65 ◦ blue 47

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

Shades of Peanut #7F412F

Tints of Peanut #7F412F

RGB

 RED value IS 127 (50% from 255) = 53.14%

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 53.14%
G = 27.2%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F412F (or 0x7F412F) is known color: Peanut. HEX triplet: 7F, 41 and 2F. RGB value is (127,65,47). Sum of RGB (Red+Green+Blue) = 127+65+47=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F412F is #80BED0. Grayscale: #515151. Windows color (decimal): -8437457 or 3096959. OLE color: 3096959.

HSL color Cylindrical-coordinate representation of color #7F412F: hue angle of 13.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F412F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 47 -
CMYK 0 0.49 0.63 0.50
HSL 13.5º 0.46% 0.34% -
HSV(B) 13.5º 0.63% 0.5% -
XYZ 11.16 8.5 3.74 -
YUV 81.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 127 65 47 0 0.49 0.63 0.50 13.5 0.46 0.34
Hex 7F 41 2F 0 31 3F 32 E 2E 22
Octal 177 101 57 0 61 77 62 16 56 42
Binary 1111111 1000001 101111 0 110001 111111 110010 1110 101110 100010

Color Harmonies of #7F412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F412F

Black with #7F412F

Text Example


Text Example

White with #7F412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F412F; }

 p { color: rgb(127,65,47); }

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

background-color css

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

 a { background-color: rgb(127,65,47); }

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

border-color css

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

 span { border-color: rgb(127,65,47); }

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