#714328

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

Shades of Bull Shot #714328

Tints of Bull Shot #714328

Color information

#714328 (or 0x714328) is unknown color: approx Bull Shot. HEX triplet: 71, 43 and 28. RGB value is (113,67,40). Sum of RGB (Red+Green+Blue) = 113+67+40=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #714328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714328 is #8EBCD7. Grayscale: #4D4D4D. Windows color (decimal): -9354456 or 2638705. OLE color: 2638705.

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

Color convert

RGB1136740-
CMYK00.410.650.56
HSL22.19º47.71%30%-
HSV(B)22.19º64.6%44.31%-
XYZ9.27.683-
YUV77.68106.74153.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=51.36%
G=30.45%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113674000.410.650.5622.1947.7130
Hex714328029413816301e
Octal1611035005110170266036
Binary11100011000011101000010100110000011110001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714328; }

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

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

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

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

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

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

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

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