Html Css Color HEX #764033 Peanut

📋 copy color: '#764033'

red 118 ◦ green 64 ◦ blue 51

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

Shades of Peanut #764033

Tints of Peanut #764033

RGB

 RED value IS 118 (46.48% from 255) = 50.64%

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 50.64%
G = 27.47%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#764033 (or 0x764033) is known color: Peanut. HEX triplet: 76, 40 and 33. RGB value is (118,64,51). Sum of RGB (Red+Green+Blue) = 118+64+51=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #764033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764033 is #89BFCC. Grayscale: #4E4E4E. Windows color (decimal): -9027533 or 3358838. OLE color: 3358838.

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

Color convert

RGB 118 64 51 -
CMYK 0 0.46 0.57 0.54
HSL 11.64º 0.4% 0.33% -
HSV(B) 11.64º 0.57% 0.46% -
XYZ 9.9 7.76 4.11 -
YUV 78.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 118 64 51 0 0.46 0.57 0.54 11.64 0.4 0.33
Hex 76 40 33 0 2E 39 36 C 28 21
Octal 166 100 63 0 56 71 66 14 50 41
Binary 1110110 1000000 110011 0 101110 111001 110110 1100 101000 100001

Color Harmonies of #764033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764033

Black with #764033

Text Example


Text Example

White with #764033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764033; }

 p { color: rgb(118,64,51); }

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

background-color css

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

 a { background-color: rgb(118,64,51); }

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

border-color css

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

 span { border-color: rgb(118,64,51); }

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