Html Css Color HEX #7D4031 Peanut

📋 copy color: '#7D4031'

red 125 ◦ green 64 ◦ blue 49

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

Shades of Peanut #7D4031

Tints of Peanut #7D4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 52.52%
G = 26.89%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7D4031 (or 0x7D4031) is known color: Peanut. HEX triplet: 7D, 40 and 31. RGB value is (125,64,49). Sum of RGB (Red+Green+Blue) = 125+64+49=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4031 is #82BFCE. Grayscale: #505050. Windows color (decimal): -8568783 or 3227773. OLE color: 3227773.

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

Color convert

RGB 125 64 49 -
CMYK 0 0.49 0.61 0.51
HSL 11.84º 0.44% 0.34% -
HSV(B) 11.84º 0.61% 0.49% -
XYZ 10.85 8.25 3.93 -
YUV 80.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 125 64 49 0 0.49 0.61 0.51 11.84 0.44 0.34
Hex 7D 40 31 0 31 3D 33 C 2C 22
Octal 175 100 61 0 61 75 63 14 54 42
Binary 1111101 1000000 110001 0 110001 111101 110011 1100 101100 100010

Color Harmonies of #7D4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4031

Black with #7D4031

Text Example


Text Example

White with #7D4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,64,49); }

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

background-color css

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

 a { background-color: rgb(125,64,49); }

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

border-color css

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

 span { border-color: rgb(125,64,49); }

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