Html Css Color HEX #744538 Peanut

📋 copy color: '#744538'

red 116 ◦ green 69 ◦ blue 56

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

Shades of Peanut #744538

Tints of Peanut #744538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

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

R = 48.13%
G = 28.63%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#744538 (or 0x744538) is known color: Peanut. HEX triplet: 74, 45 and 38. RGB value is (116,69,56). Sum of RGB (Red+Green+Blue) = 116+69+56=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744538 is #8BBAC7. Grayscale: #515151. Windows color (decimal): -9157320 or 3687796. OLE color: 3687796.

HSL color Cylindrical-coordinate representation of color #744538: hue angle of 13º 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 #744538 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 56 -
CMYK 0 0.41 0.52 0.55
HSL 13º 0.35% 0.34% -
HSV(B) 13º 0.52% 0.45% -
XYZ 10.04 8.25 4.81 -
YUV 81.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 116 69 56 0 0.41 0.52 0.55 13 0.35 0.34
Hex 74 45 38 0 29 34 37 D 23 22
Octal 164 105 70 0 51 64 67 15 43 42
Binary 1110100 1000101 111000 0 101001 110100 110111 1101 100011 100010

Color Harmonies of #744538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744538

Black with #744538

Text Example


Text Example

White with #744538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744538; }

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

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

background-color css

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

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

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

border-color css

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

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

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