#714230

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

Shades of Cumin #714230

Tints of Cumin #714230

Color information

#714230 (or 0x714230) is unknown color: approx Cumin. HEX triplet: 71, 42 and 30. RGB value is (113,66,48). Sum of RGB (Red+Green+Blue) = 113+66+48=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714230 is #8EBDCF. Grayscale: #4E4E4E. Windows color (decimal): -9354704 or 3162737. OLE color: 3162737.

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

Color convert

RGB1136648-
CMYK00.420.580.56
HSL16.62º40.37%31.57%-
HSV(B)16.62º57.52%44.31%-
XYZ9.297.623.78-
YUV78111.07152.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=49.78%
G=29.07%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113664800.420.580.5616.6240.3731.57
Hex71423002A3A38112820
Octal161102600527270215040
Binary11100011000010110000010101011101011100010001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714230; }

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

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

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

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

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

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

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

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