#714533

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

Shades of Cumin #714533

Tints of Cumin #714533

Color information

#714533 (or 0x714533) is unknown color: approx Cumin. HEX triplet: 71, 45 and 33. RGB value is (113,69,51). Sum of RGB (Red+Green+Blue) = 113+69+51=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714533 is #8EBACC. Grayscale: #505050. Windows color (decimal): -9353933 or 3360113. OLE color: 3360113.

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

Color convert

RGB1136951-
CMYK00.390.550.56
HSL17.42º37.8%32.16%-
HSV(B)17.42º54.87%44.31%-
XYZ9.548.014.17-
YUV80.1111.58151.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=48.50%
G=29.61%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113695100.390.550.5617.4237.832.16
Hex7145330273738112620
Octal161105630476770214640
Binary11100011000101110011010011111011111100010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714533; }

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

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

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

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

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

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

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

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