Html Css Color HEX #7D4434 Peanut

📋 copy color: '#7D4434'

red 125 ◦ green 68 ◦ blue 52

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

Shades of Peanut #7D4434

Tints of Peanut #7D4434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 51.02%
G = 27.76%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D4434 (or 0x7D4434) is known color: Peanut. HEX triplet: 7D, 44 and 34. RGB value is (125,68,52). Sum of RGB (Red+Green+Blue) = 125+68+52=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4434 is #82BBCB. Grayscale: #535353. Windows color (decimal): -8567756 or 3425405. OLE color: 3425405.

HSL color Cylindrical-coordinate representation of color #7D4434: hue angle of 13.15º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D4434 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 68 52 -
CMYK 0 0.46 0.58 0.51
HSL 13.15º 0.41% 0.35% -
HSV(B) 13.15º 0.58% 0.49% -
XYZ 11.14 8.74 4.35 -
YUV 83.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 125 68 52 0 0.46 0.58 0.51 13.15 0.41 0.35
Hex 7D 44 34 0 2E 3A 33 D 29 23
Octal 175 104 64 0 56 72 63 15 51 43
Binary 1111101 1000100 110100 0 101110 111010 110011 1101 101001 100011

Color Harmonies of #7D4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4434

Black with #7D4434

Text Example


Text Example

White with #7D4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,68,52); }

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

background-color css

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

 a { background-color: rgb(125,68,52); }

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

border-color css

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

 span { border-color: rgb(125,68,52); }

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