Html Css Color HEX #744437 Peanut

📋 copy color: '#744437'

red 116 ◦ green 68 ◦ blue 55

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

Shades of Peanut #744437

Tints of Peanut #744437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 48.54%
G = 28.45%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#744437 (or 0x744437) is known color: Peanut. HEX triplet: 74, 44 and 37. RGB value is (116,68,55). Sum of RGB (Red+Green+Blue) = 116+68+55=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744437 is #8BBBC8. Grayscale: #505050. Windows color (decimal): -9157577 or 3622004. OLE color: 3622004.

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

Color convert

RGB 116 68 55 -
CMYK 0 0.41 0.53 0.55
HSL 12.79º 0.36% 0.34% -
HSV(B) 12.79º 0.53% 0.45% -
XYZ 9.96 8.12 4.66 -
YUV 80.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 116 68 55 0 0.41 0.53 0.55 12.79 0.36 0.34
Hex 74 44 37 0 29 35 37 D 24 22
Octal 164 104 67 0 51 65 67 15 44 42
Binary 1110100 1000100 110111 0 101001 110101 110111 1101 100100 100010

Color Harmonies of #744437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744437

Black with #744437

Text Example


Text Example

White with #744437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744437; }

 p { color: rgb(116,68,55); }

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

background-color css

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

 a { background-color: rgb(116,68,55); }

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

border-color css

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

 span { border-color: rgb(116,68,55); }

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