Html Css Color HEX #7C4836 Peanut

📋 copy color: '#7C4836'

red 124 ◦ green 72 ◦ blue 54

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

Shades of Peanut #7C4836

Tints of Peanut #7C4836

RGB

 RED value IS 124 (48.83% from 255) = 49.6%

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 49.6%
G = 28.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C4836 (or 0x7C4836) is known color: Peanut. HEX triplet: 7C, 48 and 36. RGB value is (124,72,54). Sum of RGB (Red+Green+Blue) = 124+72+54=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4836 is #83B7C9. Grayscale: #555555. Windows color (decimal): -8632266 or 3557500. OLE color: 3557500.

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

Color convert

RGB 124 72 54 -
CMYK 0 0.42 0.56 0.51
HSL 15.43º 0.39% 0.35% -
HSV(B) 15.43º 0.56% 0.49% -
XYZ 11.3 9.19 4.67 -
YUV 85.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 124 72 54 0 0.42 0.56 0.51 15.43 0.39 0.35
Hex 7C 48 36 0 2A 38 33 F 27 23
Octal 174 110 66 0 52 70 63 17 47 43
Binary 1111100 1001000 110110 0 101010 111000 110011 1111 100111 100011

Color Harmonies of #7C4836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4836

Black with #7C4836

Text Example


Text Example

White with #7C4836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,72,54); }

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

background-color css

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

 a { background-color: rgb(124,72,54); }

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

border-color css

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

 span { border-color: rgb(124,72,54); }

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