Html Css Color HEX #774433 Peanut

📋 copy color: '#774433'

red 119 ◦ green 68 ◦ blue 51

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

Shades of Peanut #774433

Tints of Peanut #774433

RGB

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

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

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

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#774433 (or 0x774433) is known color: Peanut. HEX triplet: 77, 44 and 33. RGB value is (119,68,51). Sum of RGB (Red+Green+Blue) = 119+68+51=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774433 is #88BBCC. Grayscale: #515151. Windows color (decimal): -8960973 or 3359863. OLE color: 3359863.

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

Color convert

RGB 119 68 51 -
CMYK 0 0.43 0.57 0.53
HSL 15º 0.4% 0.33% -
HSV(B) 15º 0.57% 0.47% -
XYZ 10.27 8.3 4.19 -
YUV 81.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 119 68 51 0 0.43 0.57 0.53 15 0.4 0.33
Hex 77 44 33 0 2B 39 35 F 28 21
Octal 167 104 63 0 53 71 65 17 50 41
Binary 1110111 1000100 110011 0 101011 111001 110101 1111 101000 100001

Color Harmonies of #774433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774433

Black with #774433

Text Example


Text Example

White with #774433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774433; }

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

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

background-color css

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

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

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

border-color css

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

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

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