Html Css Color HEX #754436 Peanut

📋 copy color: '#754436'

red 117 ◦ green 68 ◦ blue 54

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

Shades of Peanut #754436

Tints of Peanut #754436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 48.95%
G = 28.45%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754436 (or 0x754436) is known color: Peanut. HEX triplet: 75, 44 and 36. RGB value is (117,68,54). Sum of RGB (Red+Green+Blue) = 117+68+54=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754436 is #8ABBC9. Grayscale: #515151. Windows color (decimal): -9092042 or 3556469. OLE color: 3556469.

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

Color convert

RGB 117 68 54 -
CMYK 0 0.42 0.54 0.54
HSL 13.33º 0.37% 0.34% -
HSV(B) 13.33º 0.54% 0.46% -
XYZ 10.07 8.18 4.54 -
YUV 81.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 117 68 54 0 0.42 0.54 0.54 13.33 0.37 0.34
Hex 75 44 36 0 2A 36 36 D 25 22
Octal 165 104 66 0 52 66 66 15 45 42
Binary 1110101 1000100 110110 0 101010 110110 110110 1101 100101 100010

Color Harmonies of #754436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754436

Black with #754436

Text Example


Text Example

White with #754436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754436; }

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

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

background-color css

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

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

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

border-color css

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

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

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