#764834

Color #764834 Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #764834

Tints of Cumin #764834

Color information

#764834 (or 0x764834) is unknown color: approx Cumin. HEX triplet: 76, 48 and 34. RGB value is (118,72,52). Sum of RGB (Red+Green+Blue) = 118+72+52=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764834 is #89B7CB. Grayscale: #535353. Windows color (decimal): -9025484 or 3426422. OLE color: 3426422.

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

Color convert

RGB1187252-
CMYK00.390.560.54
HSL18.18º38.82%33.33%-
HSV(B)18.18º55.93%46.27%-
XYZ10.418.734.39-
YUV83.47110.24152.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=48.76%
G=29.75%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118725200.390.560.5418.1838.8233.33
Hex7648340273836122721
Octal166110640477066224741
Binary11101101001000110100010011111100011011010010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764834; }

 p { color: rgb(118,72,52); }

 H1.HeaderClassName
 {
   color: #764834;
 }
 .AnyTagClassName
 {
   color: #764834;
 }
</style>
background-color css

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

 a { background-color: rgb(118,72,52); }

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

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

 span { border-color: rgb(118,72,52); }

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