#704429

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

Shades of Bull Shot #704429

Tints of Bull Shot #704429

Color information

#704429 (or 0x704429) is unknown color: approx Bull Shot. HEX triplet: 70, 44 and 29. RGB value is (112,68,41). Sum of RGB (Red+Green+Blue) = 112+68+41=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704429 is #8FBBD6. Grayscale: #4E4E4E. Windows color (decimal): -9419735 or 2704496. OLE color: 2704496.

HSL color Cylindrical-coordinate representation of color #704429: hue angle of 22.82º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #704429 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1126841-
CMYK00.390.630.56
HSL22.82º46.41%30%-
HSV(B)22.82º63.39%43.92%-
XYZ9.157.743.11-
YUV78.08107.08152.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=50.68%
G=30.77%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112684100.390.630.5622.8246.4130
Hex7044290273F38172e1e
Octal160104510477770275636
Binary1110000100010010100101001111111111110001011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704429; }

 p { color: rgb(112,68,41); }

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

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

 a { background-color: rgb(112,68,41); }

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

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

 span { border-color: rgb(112,68,41); }

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