Html Css Color HEX #764733 Cumin

📋 copy color: '#764733'

red 118 ◦ green 71 ◦ blue 51

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

Shades of Cumin #764733

Tints of Cumin #764733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

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

R = 49.17%
G = 29.58%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#764733 (or 0x764733) is known color: Cumin. HEX triplet: 76, 47 and 33. RGB value is (118,71,51). Sum of RGB (Red+Green+Blue) = 118+71+51=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764733 is #89B8CC. Grayscale: #525252. Windows color (decimal): -9025741 or 3360630. OLE color: 3360630.

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

Color convert

RGB 118 71 51 -
CMYK 0 0.40 0.57 0.54
HSL 17.91º 0.4% 0.33% -
HSV(B) 17.91º 0.57% 0.46% -
XYZ 10.32 8.6 4.25 -
YUV 82.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 118 71 51 0 0.40 0.57 0.54 17.91 0.4 0.33
Hex 76 47 33 0 28 39 36 12 28 21
Octal 166 107 63 0 50 71 66 22 50 41
Binary 1110110 1000111 110011 0 101000 111001 110110 10010 101000 100001

Color Harmonies of #764733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764733

Black with #764733

Text Example


Text Example

White with #764733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764733; }

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

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

background-color css

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

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

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

border-color css

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

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

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