#714433

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

Shades of Cumin #714433

Tints of Cumin #714433

Color information

#714433 (or 0x714433) is unknown color: approx Cumin. HEX triplet: 71, 44 and 33. RGB value is (113,68,51). Sum of RGB (Red+Green+Blue) = 113+68+51=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714433 is #8EBBCC. Grayscale: #4F4F4F. Windows color (decimal): -9354189 or 3359857. OLE color: 3359857.

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

Color convert

RGB1136851-
CMYK00.400.550.56
HSL16.45º37.8%32.16%-
HSV(B)16.45º54.87%44.31%-
XYZ9.477.884.15-
YUV79.52111.91151.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=48.71%
G=29.31%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113685100.400.550.5616.4537.832.16
Hex7144330283738102620
Octal161104630506770204640
Binary11100011000100110011010100011011111100010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714433; }

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

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

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

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

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

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

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

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