Html Css Color HEX #754837 Peanut

📋 copy color: '#754837'

red 117 ◦ green 72 ◦ blue 55

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

Shades of Peanut #754837

Tints of Peanut #754837

RGB

 RED value IS 117 (46.09% from 255) = 47.95%

 GREEN value IS 72 (28.52% from 255) = 29.51%

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

R = 47.95%
G = 29.51%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#754837 (or 0x754837) is known color: Peanut. HEX triplet: 75, 48 and 37. RGB value is (117,72,55). Sum of RGB (Red+Green+Blue) = 117+72+55=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754837 is #8AB7C8. Grayscale: #535353. Windows color (decimal): -9091017 or 3623029. OLE color: 3623029.

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

Color convert

RGB 117 72 55 -
CMYK 0 0.38 0.53 0.54
HSL 16.45º 0.36% 0.34% -
HSV(B) 16.45º 0.53% 0.46% -
XYZ 10.34 8.69 4.75 -
YUV 83.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 117 72 55 0 0.38 0.53 0.54 16.45 0.36 0.34
Hex 75 48 37 0 26 35 36 10 24 22
Octal 165 110 67 0 46 65 66 20 44 42
Binary 1110101 1001000 110111 0 100110 110101 110110 10000 100100 100010

Color Harmonies of #754837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754837

Black with #754837

Text Example


Text Example

White with #754837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754837; }

 p { color: rgb(117,72,55); }

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

background-color css

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

 a { background-color: rgb(117,72,55); }

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

border-color css

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

 span { border-color: rgb(117,72,55); }

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