Html Css Color HEX #7D4834 Peanut

📋 copy color: '#7D4834'

red 125 ◦ green 72 ◦ blue 52

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

Shades of Peanut #7D4834

Tints of Peanut #7D4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 50.2%
G = 28.92%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D4834 (or 0x7D4834) is known color: Peanut. HEX triplet: 7D, 48 and 34. RGB value is (125,72,52). Sum of RGB (Red+Green+Blue) = 125+72+52=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4834 is #82B7CB. Grayscale: #555555. Windows color (decimal): -8566732 or 3426429. OLE color: 3426429.

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

Color convert

RGB 125 72 52 -
CMYK 0 0.42 0.58 0.51
HSL 16.44º 0.41% 0.35% -
HSV(B) 16.44º 0.58% 0.49% -
XYZ 11.39 9.24 4.43 -
YUV 85.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 125 72 52 0 0.42 0.58 0.51 16.44 0.41 0.35
Hex 7D 48 34 0 2A 3A 33 10 29 23
Octal 175 110 64 0 52 72 63 20 51 43
Binary 1111101 1001000 110100 0 101010 111010 110011 10000 101001 100011

Color Harmonies of #7D4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4834

Black with #7D4834

Text Example


Text Example

White with #7D4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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