Html Css Color HEX #754535 Peanut

📋 copy color: '#754535'

red 117 ◦ green 69 ◦ blue 53

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

Shades of Peanut #754535

Tints of Peanut #754535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 48.95%
G = 28.87%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#754535 (or 0x754535) is known color: Peanut. HEX triplet: 75, 45 and 35. RGB value is (117,69,53). Sum of RGB (Red+Green+Blue) = 117+69+53=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754535 is #8ABACA. Grayscale: #515151. Windows color (decimal): -9091787 or 3491189. OLE color: 3491189.

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

Color convert

RGB 117 69 53 -
CMYK 0 0.41 0.55 0.54
HSL 15º 0.38% 0.33% -
HSV(B) 15º 0.55% 0.46% -
XYZ 10.11 8.3 4.44 -
YUV 81.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 117 69 53 0 0.41 0.55 0.54 15 0.38 0.33
Hex 75 45 35 0 29 37 36 F 26 21
Octal 165 105 65 0 51 67 66 17 46 41
Binary 1110101 1000101 110101 0 101001 110111 110110 1111 100110 100001

Color Harmonies of #754535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754535

Black with #754535

Text Example


Text Example

White with #754535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754535; }

 p { color: rgb(117,69,53); }

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

background-color css

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

 a { background-color: rgb(117,69,53); }

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

border-color css

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

 span { border-color: rgb(117,69,53); }

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