Html Css Color HEX #774836 Peanut

📋 copy color: '#774836'

red 119 ◦ green 72 ◦ blue 54

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

Shades of Peanut #774836

Tints of Peanut #774836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 48.57%
G = 29.39%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#774836 (or 0x774836) is known color: Peanut. HEX triplet: 77, 48 and 36. RGB value is (119,72,54). Sum of RGB (Red+Green+Blue) = 119+72+54=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774836 is #88B7C9. Grayscale: #545454. Windows color (decimal): -8959946 or 3557495. OLE color: 3557495.

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

Color convert

RGB 119 72 54 -
CMYK 0 0.39 0.55 0.53
HSL 16.62º 0.38% 0.34% -
HSV(B) 16.62º 0.55% 0.47% -
XYZ 10.59 8.82 4.63 -
YUV 84 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 119 72 54 0 0.39 0.55 0.53 16.62 0.38 0.34
Hex 77 48 36 0 27 37 35 11 26 22
Octal 167 110 66 0 47 67 65 21 46 42
Binary 1110111 1001000 110110 0 100111 110111 110101 10001 100110 100010

Color Harmonies of #774836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774836

Black with #774836

Text Example


Text Example

White with #774836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774836; }

 p { color: rgb(119,72,54); }

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

background-color css

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

 a { background-color: rgb(119,72,54); }

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

border-color css

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

 span { border-color: rgb(119,72,54); }

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