Html Css Color HEX #7D4030 Peanut

📋 copy color: '#7D4030'

red 125 ◦ green 64 ◦ blue 48

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

Shades of Peanut #7D4030

Tints of Peanut #7D4030

RGB

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

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

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

R = 52.74%
G = 27%
B = 20.25%

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

#7D4030 (or 0x7D4030) is known color: Peanut. HEX triplet: 7D, 40 and 30. RGB value is (125,64,48). Sum of RGB (Red+Green+Blue) = 125+64+48=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4030 is #82BFCF. Grayscale: #505050. Windows color (decimal): -8568784 or 3162237. OLE color: 3162237.

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

Color convert

RGB 125 64 48 -
CMYK 0 0.49 0.62 0.51
HSL 12.47º 0.45% 0.34% -
HSV(B) 12.47º 0.62% 0.49% -
XYZ 10.82 8.24 3.82 -
YUV 80.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 125 64 48 0 0.49 0.62 0.51 12.47 0.45 0.34
Hex 7D 40 30 0 31 3E 33 C 2D 22
Octal 175 100 60 0 61 76 63 14 55 42
Binary 1111101 1000000 110000 0 110001 111110 110011 1100 101101 100010

Color Harmonies of #7D4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4030

Black with #7D4030

Text Example


Text Example

White with #7D4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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