#754230

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

Shades of Cumin #754230

Tints of Cumin #754230

Color information

#754230 (or 0x754230) is unknown color: approx Cumin. HEX triplet: 75, 42 and 30. RGB value is (117,66,48). Sum of RGB (Red+Green+Blue) = 117+66+48=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #754230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754230 is #8ABDCF. Grayscale: #4F4F4F. Windows color (decimal): -9092560 or 3162741. OLE color: 3162741.

HSL color Cylindrical-coordinate representation of color #754230: hue angle of 15.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754230 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1176648-
CMYK00.440.590.54
HSL15.65º41.82%32.35%-
HSV(B)15.65º58.97%45.88%-
XYZ9.827.893.8-
YUV79.2110.4154.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=50.65%
G=28.57%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117664800.440.590.5415.6541.8232.35
Hex75423002C3B36102a20
Octal165102600547366205240
Binary11101011000010110000010110011101111011010000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754230; }

 p { color: rgb(117,66,48); }

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

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

 a { background-color: rgb(117,66,48); }

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

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

 span { border-color: rgb(117,66,48); }

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