Html Css Color HEX #754437 Peanut

📋 copy color: '#754437'

red 117 ◦ green 68 ◦ blue 55

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

Shades of Peanut #754437

Tints of Peanut #754437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

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

R = 48.75%
G = 28.33%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#754437 (or 0x754437) is known color: Peanut. HEX triplet: 75, 44 and 37. RGB value is (117,68,55). Sum of RGB (Red+Green+Blue) = 117+68+55=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754437 is #8ABBC8. Grayscale: #515151. Windows color (decimal): -9092041 or 3622005. OLE color: 3622005.

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

Color convert

RGB 117 68 55 -
CMYK 0 0.42 0.53 0.54
HSL 12.58º 0.36% 0.34% -
HSV(B) 12.58º 0.53% 0.46% -
XYZ 10.09 8.19 4.66 -
YUV 81.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 117 68 55 0 0.42 0.53 0.54 12.58 0.36 0.34
Hex 75 44 37 0 2A 35 36 D 24 22
Octal 165 104 67 0 52 65 66 15 44 42
Binary 1110101 1000100 110111 0 101010 110101 110110 1101 100100 100010

Color Harmonies of #754437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754437

Black with #754437

Text Example


Text Example

White with #754437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754437; }

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

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

background-color css

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

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

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

border-color css

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

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

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