#754533

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

Shades of Cumin #754533

Tints of Cumin #754533

Color information

#754533 (or 0x754533) is unknown color: approx Cumin. HEX triplet: 75, 45 and 33. RGB value is (117,69,51). Sum of RGB (Red+Green+Blue) = 117+69+51=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754533 is #8ABACC. Grayscale: #515151. Windows color (decimal): -9091789 or 3360117. OLE color: 3360117.

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

Color convert

RGB1176951-
CMYK00.410.560.54
HSL16.36º39.29%32.94%-
HSV(B)16.36º56.41%45.88%-
XYZ10.068.284.2-
YUV81.3110.9153.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=49.37%
G=29.11%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117695100.410.560.5416.3639.2932.94
Hex7545330293836102721
Octal165105630517066204741
Binary11101011000101110011010100111100011011010000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754533; }

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

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

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

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

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

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

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

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