Html Css Color HEX #7C4033 Peanut

📋 copy color: '#7C4033'

red 124 ◦ green 64 ◦ blue 51

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

Shades of Peanut #7C4033

Tints of Peanut #7C4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

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

R = 51.88%
G = 26.78%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C4033 (or 0x7C4033) is known color: Peanut. HEX triplet: 7C, 40 and 33. RGB value is (124,64,51). Sum of RGB (Red+Green+Blue) = 124+64+51=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4033 is #83BFCC. Grayscale: #505050. Windows color (decimal): -8634317 or 3358844. OLE color: 3358844.

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

Color convert

RGB 124 64 51 -
CMYK 0 0.48 0.59 0.51
HSL 10.68º 0.42% 0.34% -
HSV(B) 10.68º 0.59% 0.49% -
XYZ 10.74 8.19 4.15 -
YUV 80.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 124 64 51 0 0.48 0.59 0.51 10.68 0.42 0.34
Hex 7C 40 33 0 30 3B 33 B 2A 22
Octal 174 100 63 0 60 73 63 13 52 42
Binary 1111100 1000000 110011 0 110000 111011 110011 1011 101010 100010

Color Harmonies of #7C4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4033

Black with #7C4033

Text Example


Text Example

White with #7C4033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,51); }

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

background-color css

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

 a { background-color: rgb(124,64,51); }

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

border-color css

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

 span { border-color: rgb(124,64,51); }

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