#714629

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

Shades of Bull Shot #714629

Tints of Bull Shot #714629

Color information

#714629 (or 0x714629) is unknown color: approx Bull Shot. HEX triplet: 71, 46 and 29. RGB value is (113,70,41). Sum of RGB (Red+Green+Blue) = 113+70+41=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714629 is #8EB9D6. Grayscale: #4F4F4F. Windows color (decimal): -9353687 or 2705009. OLE color: 2705009.

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

Color convert

RGB1137041-
CMYK00.380.640.56
HSL24.17º46.75%30.2%-
HSV(B)24.17º63.72%44.31%-
XYZ9.48.053.16-
YUV79.55106.25151.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=50.45%
G=31.25%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113704100.380.640.5624.1746.7530.2
Hex7146290264038182f1e
Octal1611065104610070305736
Binary11100011000110101001010011010000001110001100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714629; }

 p { color: rgb(113,70,41); }

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

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

 a { background-color: rgb(113,70,41); }

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

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

 span { border-color: rgb(113,70,41); }

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