Html Css Color HEX #7C4634 Peanut

📋 copy color: '#7C4634'

red 124 ◦ green 70 ◦ blue 52

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

Shades of Peanut #7C4634

Tints of Peanut #7C4634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 50.41%
G = 28.46%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7C4634 (or 0x7C4634) is known color: Peanut. HEX triplet: 7C, 46 and 34. RGB value is (124,70,52). Sum of RGB (Red+Green+Blue) = 124+70+52=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4634 is #83B9CB. Grayscale: #545454. Windows color (decimal): -8632780 or 3425916. OLE color: 3425916.

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

Color convert

RGB 124 70 52 -
CMYK 0 0.44 0.58 0.51
HSL 15º 0.41% 0.35% -
HSV(B) 15º 0.58% 0.49% -
XYZ 11.12 8.91 4.38 -
YUV 84.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 124 70 52 0 0.44 0.58 0.51 15 0.41 0.35
Hex 7C 46 34 0 2C 3A 33 F 29 23
Octal 174 106 64 0 54 72 63 17 51 43
Binary 1111100 1000110 110100 0 101100 111010 110011 1111 101001 100011

Color Harmonies of #7C4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4634

Black with #7C4634

Text Example


Text Example

White with #7C4634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,70,52); }

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

background-color css

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

 a { background-color: rgb(124,70,52); }

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

border-color css

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

 span { border-color: rgb(124,70,52); }

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