#754433

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

Shades of Cumin #754433

Tints of Cumin #754433

Color information

#754433 (or 0x754433) is unknown color: approx Cumin. HEX triplet: 75, 44 and 33. RGB value is (117,68,51). Sum of RGB (Red+Green+Blue) = 117+68+51=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754433 is #8ABBCC. Grayscale: #505050. Windows color (decimal): -9092045 or 3359861. OLE color: 3359861.

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

Color convert

RGB1176851-
CMYK00.420.560.54
HSL15.45º39.29%32.94%-
HSV(B)15.45º56.41%45.88%-
XYZ108.164.18-
YUV80.71111.23153.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=49.58%
G=28.81%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117685100.420.560.5415.4539.2932.94
Hex75443302A3836f2721
Octal165104630527066174741
Binary1110101100010011001101010101110001101101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754433; }

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

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

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

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

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

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

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

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