Html Css Color HEX #7D4833 Peanut

📋 copy color: '#7D4833'

red 125 ◦ green 72 ◦ blue 51

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

Shades of Peanut #7D4833

Tints of Peanut #7D4833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 50.4%
G = 29.03%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D4833 (or 0x7D4833) is known color: Peanut. HEX triplet: 7D, 48 and 33. RGB value is (125,72,51). Sum of RGB (Red+Green+Blue) = 125+72+51=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4833 is #82B7CC. Grayscale: #555555. Windows color (decimal): -8566733 or 3360893. OLE color: 3360893.

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

Color convert

RGB 125 72 51 -
CMYK 0 0.42 0.59 0.51
HSL 17.03º 0.42% 0.35% -
HSV(B) 17.03º 0.59% 0.49% -
XYZ 11.37 9.23 4.31 -
YUV 85.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 125 72 51 0 0.42 0.59 0.51 17.03 0.42 0.35
Hex 7D 48 33 0 2A 3B 33 11 2A 23
Octal 175 110 63 0 52 73 63 21 52 43
Binary 1111101 1001000 110011 0 101010 111011 110011 10001 101010 100011

Color Harmonies of #7D4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4833

Black with #7D4833

Text Example


Text Example

White with #7D4833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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