Html Css Color HEX #744537 Peanut

📋 copy color: '#744537'

red 116 ◦ green 69 ◦ blue 55

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

Shades of Peanut #744537

Tints of Peanut #744537

RGB

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

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

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

R = 48.33%
G = 28.75%
B = 22.92%

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

#744537 (or 0x744537) is known color: Peanut. HEX triplet: 74, 45 and 37. RGB value is (116,69,55). Sum of RGB (Red+Green+Blue) = 116+69+55=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744537 is #8BBAC8. Grayscale: #515151. Windows color (decimal): -9157321 or 3622260. OLE color: 3622260.

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

Color convert

RGB 116 69 55 -
CMYK 0 0.41 0.53 0.55
HSL 13.77º 0.36% 0.34% -
HSV(B) 13.77º 0.53% 0.45% -
XYZ 10.02 8.25 4.68 -
YUV 81.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 116 69 55 0 0.41 0.53 0.55 13.77 0.36 0.34
Hex 74 45 37 0 29 35 37 E 24 22
Octal 164 105 67 0 51 65 67 16 44 42
Binary 1110100 1000101 110111 0 101001 110101 110111 1110 100100 100010

Color Harmonies of #744537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744537

Black with #744537

Text Example


Text Example

White with #744537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744537; }

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

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

background-color css

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

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

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

border-color css

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

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

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