Html Css Color HEX #7D412F Peanut

📋 copy color: '#7D412F'

red 125 ◦ green 65 ◦ blue 47

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

Shades of Peanut #7D412F

Tints of Peanut #7D412F

RGB

 RED value IS 125 (49.22% from 255) = 52.74%

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

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

R = 52.74%
G = 27.43%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D412F (or 0x7D412F) is known color: Peanut. HEX triplet: 7D, 41 and 2F. RGB value is (125,65,47). Sum of RGB (Red+Green+Blue) = 125+65+47=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D412F is #82BED0. Grayscale: #515151. Windows color (decimal): -8568529 or 3096957. OLE color: 3096957.

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

Color convert

RGB 125 65 47 -
CMYK 0 0.48 0.62 0.51
HSL 13.85º 0.45% 0.34% -
HSV(B) 13.85º 0.62% 0.49% -
XYZ 10.86 8.35 3.73 -
YUV 80.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 125 65 47 0 0.48 0.62 0.51 13.85 0.45 0.34
Hex 7D 41 2F 0 30 3E 33 E 2D 22
Octal 175 101 57 0 60 76 63 16 55 42
Binary 1111101 1000001 101111 0 110000 111110 110011 1110 101101 100010

Color Harmonies of #7D412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D412F

Black with #7D412F

Text Example


Text Example

White with #7D412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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