Html Css Color HEX #764435 Peanut

📋 copy color: '#764435'

red 118 ◦ green 68 ◦ blue 53

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

Shades of Peanut #764435

Tints of Peanut #764435

RGB

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

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

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

R = 49.37%
G = 28.45%
B = 22.18%

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

#764435 (or 0x764435) is known color: Peanut. HEX triplet: 76, 44 and 35. RGB value is (118,68,53). Sum of RGB (Red+Green+Blue) = 118+68+53=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764435 is #89BBCA. Grayscale: #515151. Windows color (decimal): -9026507 or 3490934. OLE color: 3490934.

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

Color convert

RGB 118 68 53 -
CMYK 0 0.42 0.55 0.54
HSL 13.85º 0.38% 0.34% -
HSV(B) 13.85º 0.55% 0.46% -
XYZ 10.18 8.24 4.42 -
YUV 81.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 118 68 53 0 0.42 0.55 0.54 13.85 0.38 0.34
Hex 76 44 35 0 2A 37 36 E 26 22
Octal 166 104 65 0 52 67 66 16 46 42
Binary 1110110 1000100 110101 0 101010 110111 110110 1110 100110 100010

Color Harmonies of #764435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764435

Black with #764435

Text Example


Text Example

White with #764435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764435; }

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

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

background-color css

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

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

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

border-color css

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

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

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