#704233

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

Shades of Cumin #704233

Tints of Cumin #704233

Color information

#704233 (or 0x704233) is unknown color: approx Cumin. HEX triplet: 70, 42 and 33. RGB value is (112,66,51). Sum of RGB (Red+Green+Blue) = 112+66+51=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704233 is #8FBDCC. Grayscale: #4E4E4E. Windows color (decimal): -9420237 or 3359344. OLE color: 3359344.

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

Color convert

RGB1126651-
CMYK00.410.540.56
HSL14.75º37.42%31.96%-
HSV(B)14.75º54.46%43.92%-
XYZ9.237.584.11-
YUV78.04112.74152.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=48.91%
G=28.82%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112665100.410.540.5614.7537.4231.96
Hex7042330293638f2520
Octal160102630516670174540
Binary1110000100001011001101010011101101110001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704233; }

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

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

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

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

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

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

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

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