Html Css Color HEX #7D402F Peanut

📋 copy color: '#7D402F'

red 125 ◦ green 64 ◦ blue 47

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

Shades of Peanut #7D402F

Tints of Peanut #7D402F

RGB

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

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

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

R = 52.97%
G = 27.12%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D402F (or 0x7D402F) is known color: Peanut. HEX triplet: 7D, 40 and 2F. RGB value is (125,64,47). Sum of RGB (Red+Green+Blue) = 125+64+47=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D402F is #82BFD0. Grayscale: #505050. Windows color (decimal): -8568785 or 3096701. OLE color: 3096701.

HSL color Cylindrical-coordinate representation of color #7D402F: hue angle of 13.08º 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 #7D402F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 64 47 -
CMYK 0 0.49 0.62 0.51
HSL 13.08º 0.45% 0.34% -
HSV(B) 13.08º 0.62% 0.49% -
XYZ 10.8 8.23 3.71 -
YUV 80.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 125 64 47 0 0.49 0.62 0.51 13.08 0.45 0.34
Hex 7D 40 2F 0 31 3E 33 D 2D 22
Octal 175 100 57 0 61 76 63 15 55 42
Binary 1111101 1000000 101111 0 110001 111110 110011 1101 101101 100010

Color Harmonies of #7D402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D402F

Black with #7D402F

Text Example


Text Example

White with #7D402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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