#754333

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

Shades of Cumin #754333

Tints of Cumin #754333

Color information

#754333 (or 0x754333) is unknown color: approx Cumin. HEX triplet: 75, 43 and 33. RGB value is (117,67,51). Sum of RGB (Red+Green+Blue) = 117+67+51=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754333 is #8ABCCC. Grayscale: #505050. Windows color (decimal): -9092301 or 3359605. OLE color: 3359605.

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

Color convert

RGB1176751-
CMYK00.430.560.54
HSL14.55º39.29%32.94%-
HSV(B)14.55º56.41%45.88%-
XYZ9.948.044.16-
YUV80.13111.56154.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=49.79%
G=28.51%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117675100.430.560.5414.5539.2932.94
Hex75433302B3836f2721
Octal165103630537066174741
Binary1110101100001111001101010111110001101101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754333; }

 p { color: rgb(117,67,51); }

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

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

 a { background-color: rgb(117,67,51); }

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

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

 span { border-color: rgb(117,67,51); }

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