#714434

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

Shades of Cumin #714434

Tints of Cumin #714434

Color information

#714434 (or 0x714434) is unknown color: approx Cumin. HEX triplet: 71, 44 and 34. RGB value is (113,68,52). Sum of RGB (Red+Green+Blue) = 113+68+52=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714434 is #8EBBCB. Grayscale: #4F4F4F. Windows color (decimal): -9354188 or 3425393. OLE color: 3425393.

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

Color convert

RGB1136852-
CMYK00.400.540.56
HSL15.74º36.97%32.35%-
HSV(B)15.74º53.98%44.31%-
XYZ9.57.894.27-
YUV79.63112.41151.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=48.50%
G=29.18%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113685200.400.540.5615.7436.9732.35
Hex7144340283638102520
Octal161104640506670204540
Binary11100011000100110100010100011011011100010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714434; }

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

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

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

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

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

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

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

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