Html Css Color HEX #774233 Peanut

📋 copy color: '#774233'

red 119 ◦ green 66 ◦ blue 51

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

Shades of Peanut #774233

Tints of Peanut #774233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 50.42%
G = 27.97%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#774233 (or 0x774233) is known color: Peanut. HEX triplet: 77, 42 and 33. RGB value is (119,66,51). Sum of RGB (Red+Green+Blue) = 119+66+51=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #774233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774233 is #88BDCC. Grayscale: #505050. Windows color (decimal): -8961485 or 3359351. OLE color: 3359351.

HSL color Cylindrical-coordinate representation of color #774233: hue angle of 13.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774233 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 51 -
CMYK 0 0.45 0.57 0.53
HSL 13.24º 0.4% 0.33% -
HSV(B) 13.24º 0.57% 0.47% -
XYZ 10.15 8.06 4.15 -
YUV 80.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 119 66 51 0 0.45 0.57 0.53 13.24 0.4 0.33
Hex 77 42 33 0 2D 39 35 D 28 21
Octal 167 102 63 0 55 71 65 15 50 41
Binary 1110111 1000010 110011 0 101101 111001 110101 1101 101000 100001

Color Harmonies of #774233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774233

Black with #774233

Text Example


Text Example

White with #774233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774233; }

 p { color: rgb(119,66,51); }

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

background-color css

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

 a { background-color: rgb(119,66,51); }

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

border-color css

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

 span { border-color: rgb(119,66,51); }

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