Html Css Color HEX #754336 Peanut

📋 copy color: '#754336'

red 117 ◦ green 67 ◦ blue 54

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

Shades of Peanut #754336

Tints of Peanut #754336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 49.16%
G = 28.15%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754336 (or 0x754336) is known color: Peanut. HEX triplet: 75, 43 and 36. RGB value is (117,67,54). Sum of RGB (Red+Green+Blue) = 117+67+54=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754336 is #8ABCC9. Grayscale: #505050. Windows color (decimal): -9092298 or 3556213. OLE color: 3556213.

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

Color convert

RGB 117 67 54 -
CMYK 0 0.43 0.54 0.54
HSL 12.38º 0.37% 0.34% -
HSV(B) 12.38º 0.54% 0.46% -
XYZ 10.01 8.06 4.52 -
YUV 80.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 117 67 54 0 0.43 0.54 0.54 12.38 0.37 0.34
Hex 75 43 36 0 2B 36 36 C 25 22
Octal 165 103 66 0 53 66 66 14 45 42
Binary 1110101 1000011 110110 0 101011 110110 110110 1100 100101 100010

Color Harmonies of #754336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754336

Black with #754336

Text Example


Text Example

White with #754336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754336; }

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

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

background-color css

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

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

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

border-color css

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

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

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