#714429

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

Shades of Bull Shot #714429

Tints of Bull Shot #714429

Color information

#714429 (or 0x714429) is unknown color: approx Bull Shot. HEX triplet: 71, 44 and 29. RGB value is (113,68,41). Sum of RGB (Red+Green+Blue) = 113+68+41=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #714429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714429 is #8EBBD6. Grayscale: #4E4E4E. Windows color (decimal): -9354199 or 2704497. OLE color: 2704497.

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

Color convert

RGB1136841-
CMYK00.400.640.56
HSL22.5º46.75%30.2%-
HSV(B)22.5º63.72%44.31%-
XYZ9.287.813.12-
YUV78.38106.91152.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=50.90%
G=30.63%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113684100.400.640.5622.546.7530.2
Hex7144290284038172f1e
Octal1611045105010070275736
Binary11100011000100101001010100010000001110001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714429; }

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

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

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

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

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

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

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

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