Html Css Color HEX #744838 Peanut

📋 copy color: '#744838'

red 116 ◦ green 72 ◦ blue 56

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

Shades of Peanut #744838

Tints of Peanut #744838

RGB

 RED value IS 116 (45.7% from 255) = 47.54%

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

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 47.54%
G = 29.51%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#744838 (or 0x744838) is known color: Peanut. HEX triplet: 74, 48 and 38. RGB value is (116,72,56). Sum of RGB (Red+Green+Blue) = 116+72+56=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #744838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744838 is #8BB7C7. Grayscale: #535353. Windows color (decimal): -9156552 or 3688564. OLE color: 3688564.

HSL color Cylindrical-coordinate representation of color #744838: hue angle of 16º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744838 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 56 -
CMYK 0 0.38 0.52 0.55
HSL 16º 0.35% 0.34% -
HSV(B) 16º 0.52% 0.45% -
XYZ 10.23 8.63 4.87 -
YUV 83.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 116 72 56 0 0.38 0.52 0.55 16 0.35 0.34
Hex 74 48 38 0 26 34 37 10 23 22
Octal 164 110 70 0 46 64 67 20 43 42
Binary 1110100 1001000 111000 0 100110 110100 110111 10000 100011 100010

Color Harmonies of #744838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744838

Black with #744838

Text Example


Text Example

White with #744838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744838; }

 p { color: rgb(116,72,56); }

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

background-color css

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

 a { background-color: rgb(116,72,56); }

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

border-color css

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

 span { border-color: rgb(116,72,56); }

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