Html Css Color HEX #774435 Peanut

📋 copy color: '#774435'

red 119 ◦ green 68 ◦ blue 53

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

Shades of Peanut #774435

Tints of Peanut #774435

RGB

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

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

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

R = 49.58%
G = 28.33%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#774435 (or 0x774435) is known color: Peanut. HEX triplet: 77, 44 and 35. RGB value is (119,68,53). Sum of RGB (Red+Green+Blue) = 119+68+53=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774435 is #88BBCA. Grayscale: #515151. Windows color (decimal): -8960971 or 3490935. OLE color: 3490935.

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

Color convert

RGB 119 68 53 -
CMYK 0 0.43 0.55 0.53
HSL 13.64º 0.38% 0.34% -
HSV(B) 13.64º 0.55% 0.47% -
XYZ 10.32 8.31 4.43 -
YUV 81.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 119 68 53 0 0.43 0.55 0.53 13.64 0.38 0.34
Hex 77 44 35 0 2B 37 35 E 26 22
Octal 167 104 65 0 53 67 65 16 46 42
Binary 1110111 1000100 110101 0 101011 110111 110101 1110 100110 100010

Color Harmonies of #774435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774435

Black with #774435

Text Example


Text Example

White with #774435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774435; }

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

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

background-color css

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

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

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

border-color css

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

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

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