Html Css Color HEX #744737 Peanut

📋 copy color: '#744737'

red 116 ◦ green 71 ◦ blue 55

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

Shades of Peanut #744737

Tints of Peanut #744737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 47.93%
G = 29.34%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#744737 (or 0x744737) is known color: Peanut. HEX triplet: 74, 47 and 37. RGB value is (116,71,55). Sum of RGB (Red+Green+Blue) = 116+71+55=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #744737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744737 is #8BB8C8. Grayscale: #525252. Windows color (decimal): -9156809 or 3622772. OLE color: 3622772.

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

Color convert

RGB 116 71 55 -
CMYK 0 0.39 0.53 0.55
HSL 15.74º 0.36% 0.34% -
HSV(B) 15.74º 0.53% 0.45% -
XYZ 10.15 8.5 4.72 -
YUV 82.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 116 71 55 0 0.39 0.53 0.55 15.74 0.36 0.34
Hex 74 47 37 0 27 35 37 10 24 22
Octal 164 107 67 0 47 65 67 20 44 42
Binary 1110100 1000111 110111 0 100111 110101 110111 10000 100100 100010

Color Harmonies of #744737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744737

Black with #744737

Text Example


Text Example

White with #744737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744737; }

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

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

background-color css

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

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

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

border-color css

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

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

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