Html Css Color HEX #754839 Peanut

📋 copy color: '#754839'

red 117 ◦ green 72 ◦ blue 57

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

Shades of Peanut #754839

Tints of Peanut #754839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 47.56%
G = 29.27%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#754839 (or 0x754839) is known color: Peanut. HEX triplet: 75, 48 and 39. RGB value is (117,72,57). Sum of RGB (Red+Green+Blue) = 117+72+57=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754839 is #8AB7C6. Grayscale: #535353. Windows color (decimal): -9091015 or 3754101. OLE color: 3754101.

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

Color convert

RGB 117 72 57 -
CMYK 0 0.38 0.51 0.54
HSL 15º 0.34% 0.34% -
HSV(B) 15º 0.51% 0.46% -
XYZ 10.39 8.71 5 -
YUV 83.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 117 72 57 0 0.38 0.51 0.54 15 0.34 0.34
Hex 75 48 39 0 26 33 36 F 22 22
Octal 165 110 71 0 46 63 66 17 42 42
Binary 1110101 1001000 111001 0 100110 110011 110110 1111 100010 100010

Color Harmonies of #754839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754839

Black with #754839

Text Example


Text Example

White with #754839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754839; }

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

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

background-color css

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

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

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

border-color css

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

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

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