Html Css Color HEX #764436 Peanut

📋 copy color: '#764436'

red 118 ◦ green 68 ◦ blue 54

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

Shades of Peanut #764436

Tints of Peanut #764436

RGB

 RED value IS 118 (46.48% from 255) = 49.17%

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

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

R = 49.17%
G = 28.33%
B = 22.5%

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

#764436 (or 0x764436) is known color: Peanut. HEX triplet: 76, 44 and 36. RGB value is (118,68,54). Sum of RGB (Red+Green+Blue) = 118+68+54=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764436 is #89BBC9. Grayscale: #515151. Windows color (decimal): -9026506 or 3556470. OLE color: 3556470.

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

Color convert

RGB 118 68 54 -
CMYK 0 0.42 0.54 0.54
HSL 13.13º 0.37% 0.34% -
HSV(B) 13.13º 0.54% 0.46% -
XYZ 10.2 8.25 4.55 -
YUV 81.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 118 68 54 0 0.42 0.54 0.54 13.13 0.37 0.34
Hex 76 44 36 0 2A 36 36 D 25 22
Octal 166 104 66 0 52 66 66 15 45 42
Binary 1110110 1000100 110110 0 101010 110110 110110 1101 100101 100010

Color Harmonies of #764436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764436

Black with #764436

Text Example


Text Example

White with #764436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764436; }

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

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

background-color css

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

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

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

border-color css

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

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

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