#714233

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

Shades of Cumin #714233

Tints of Cumin #714233

Color information

#714233 (or 0x714233) is unknown color: approx Cumin. HEX triplet: 71, 42 and 33. RGB value is (113,66,51). Sum of RGB (Red+Green+Blue) = 113+66+51=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #714233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714233 is #8EBDCC. Grayscale: #4E4E4E. Windows color (decimal): -9354701 or 3359345. OLE color: 3359345.

HSL color Cylindrical-coordinate representation of color #714233: hue angle of 14.52º 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 #714233 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1136651-
CMYK00.420.550.56
HSL14.52º37.8%32.16%-
HSV(B)14.52º54.87%44.31%-
XYZ9.367.654.11-
YUV78.34112.57152.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=49.13%
G=28.70%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113665100.420.550.5614.5237.832.16
Hex71423302A3738f2620
Octal161102630526770174640
Binary1110001100001011001101010101101111110001111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714233; }

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

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

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

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

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

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

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

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