#714333

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

Shades of Cumin #714333

Tints of Cumin #714333

Color information

#714333 (or 0x714333) is unknown color: approx Cumin. HEX triplet: 71, 43 and 33. RGB value is (113,67,51). Sum of RGB (Red+Green+Blue) = 113+67+51=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714333 is #8EBCCC. Grayscale: #4F4F4F. Windows color (decimal): -9354445 or 3359601. OLE color: 3359601.

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

Color convert

RGB1136751-
CMYK00.410.550.56
HSL15.48º37.8%32.16%-
HSV(B)15.48º54.87%44.31%-
XYZ9.417.764.13-
YUV78.93112.24152.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=48.92%
G=29.00%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113675100.410.550.5615.4837.832.16
Hex7143330293738f2620
Octal161103630516770174640
Binary1110001100001111001101010011101111110001111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714333; }

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

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

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

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

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

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

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

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