#714432

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

Shades of Cumin #714432

Tints of Cumin #714432

Color information

#714432 (or 0x714432) is unknown color: approx Cumin. HEX triplet: 71, 44 and 32. RGB value is (113,68,50). Sum of RGB (Red+Green+Blue) = 113+68+50=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714432 is #8EBBCD. Grayscale: #4F4F4F. Windows color (decimal): -9354190 or 3294321. OLE color: 3294321.

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

Color convert

RGB1136850-
CMYK00.400.560.56
HSL17.14º38.65%31.96%-
HSV(B)17.14º55.75%44.31%-
XYZ9.457.884.04-
YUV79.4111.41151.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=48.92%
G=29.44%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113685000.400.560.5617.1438.6531.96
Hex7144320283838112720
Octal161104620507070214740
Binary11100011000100110010010100011100011100010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714432; }

 p { color: rgb(113,68,50); }

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

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

 a { background-color: rgb(113,68,50); }

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

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

 span { border-color: rgb(113,68,50); }

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