Html Css Color HEX #744337 Peanut

📋 copy color: '#744337'

red 116 ◦ green 67 ◦ blue 55

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

Shades of Peanut #744337

Tints of Peanut #744337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 48.74%
G = 28.15%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#744337 (or 0x744337) is known color: Peanut. HEX triplet: 74, 43 and 37. RGB value is (116,67,55). Sum of RGB (Red+Green+Blue) = 116+67+55=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #744337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744337 is #8BBCC8. Grayscale: #505050. Windows color (decimal): -9157833 or 3621748. OLE color: 3621748.

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

Color convert

RGB 116 67 55 -
CMYK 0 0.42 0.53 0.55
HSL 11.8º 0.36% 0.34% -
HSV(B) 11.8º 0.53% 0.45% -
XYZ 9.9 8 4.64 -
YUV 80.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 116 67 55 0 0.42 0.53 0.55 11.8 0.36 0.34
Hex 74 43 37 0 2A 35 37 C 24 22
Octal 164 103 67 0 52 65 67 14 44 42
Binary 1110100 1000011 110111 0 101010 110101 110111 1100 100100 100010

Color Harmonies of #744337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744337

Black with #744337

Text Example


Text Example

White with #744337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744337; }

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

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

background-color css

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

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

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

border-color css

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

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

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