Html Css Color HEX #764535 Peanut

📋 copy color: '#764535'

red 118 ◦ green 69 ◦ blue 53

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

Shades of Peanut #764535

Tints of Peanut #764535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 49.17%
G = 28.75%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#764535 (or 0x764535) is known color: Peanut. HEX triplet: 76, 45 and 35. RGB value is (118,69,53). Sum of RGB (Red+Green+Blue) = 118+69+53=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764535 is #89BACA. Grayscale: #515151. Windows color (decimal): -9026251 or 3491190. OLE color: 3491190.

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

Color convert

RGB 118 69 53 -
CMYK 0 0.42 0.55 0.54
HSL 14.77º 0.38% 0.34% -
HSV(B) 14.77º 0.55% 0.46% -
XYZ 10.24 8.36 4.44 -
YUV 81.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 118 69 53 0 0.42 0.55 0.54 14.77 0.38 0.34
Hex 76 45 35 0 2A 37 36 F 26 22
Octal 166 105 65 0 52 67 66 17 46 42
Binary 1110110 1000101 110101 0 101010 110111 110110 1111 100110 100010

Color Harmonies of #764535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764535

Black with #764535

Text Example


Text Example

White with #764535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764535; }

 p { color: rgb(118,69,53); }

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

background-color css

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

 a { background-color: rgb(118,69,53); }

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

border-color css

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

 span { border-color: rgb(118,69,53); }

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