Html Css Color HEX #754538 Peanut

📋 copy color: '#754538'

red 117 ◦ green 69 ◦ blue 56

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

Shades of Peanut #754538

Tints of Peanut #754538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 48.35%
G = 28.51%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#754538 (or 0x754538) is known color: Peanut. HEX triplet: 75, 45 and 38. RGB value is (117,69,56). Sum of RGB (Red+Green+Blue) = 117+69+56=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754538 is #8ABAC7. Grayscale: #515151. Windows color (decimal): -9091784 or 3687797. OLE color: 3687797.

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

Color convert

RGB 117 69 56 -
CMYK 0 0.41 0.52 0.54
HSL 12.79º 0.35% 0.34% -
HSV(B) 12.79º 0.52% 0.46% -
XYZ 10.18 8.32 4.81 -
YUV 81.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 117 69 56 0 0.41 0.52 0.54 12.79 0.35 0.34
Hex 75 45 38 0 29 34 36 D 23 22
Octal 165 105 70 0 51 64 66 15 43 42
Binary 1110101 1000101 111000 0 101001 110100 110110 1101 100011 100010

Color Harmonies of #754538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754538

Black with #754538

Text Example


Text Example

White with #754538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754538; }

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

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

background-color css

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

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

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

border-color css

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

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

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