Html Css Color HEX #774535 Peanut

📋 copy color: '#774535'

red 119 ◦ green 69 ◦ blue 53

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

Shades of Peanut #774535

Tints of Peanut #774535

RGB

 RED value IS 119 (46.88% from 255) = 49.38%

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

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

R = 49.38%
G = 28.63%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#774535 (or 0x774535) is known color: Peanut. HEX triplet: 77, 45 and 35. RGB value is (119,69,53). Sum of RGB (Red+Green+Blue) = 119+69+53=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774535 is #88BACA. Grayscale: #525252. Windows color (decimal): -8960715 or 3491191. OLE color: 3491191.

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

Color convert

RGB 119 69 53 -
CMYK 0 0.42 0.55 0.53
HSL 14.55º 0.38% 0.34% -
HSV(B) 14.55º 0.55% 0.47% -
XYZ 10.38 8.44 4.45 -
YUV 82.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 119 69 53 0 0.42 0.55 0.53 14.55 0.38 0.34
Hex 77 45 35 0 2A 37 35 F 26 22
Octal 167 105 65 0 52 67 65 17 46 42
Binary 1110111 1000101 110101 0 101010 110111 110101 1111 100110 100010

Color Harmonies of #774535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774535

Black with #774535

Text Example


Text Example

White with #774535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774535; }

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

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

background-color css

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

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

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

border-color css

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

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

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