#714027

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

Shades of Bull Shot #714027

Tints of Bull Shot #714027

Color information

#714027 (or 0x714027) is unknown color: approx Bull Shot. HEX triplet: 71, 40 and 27. RGB value is (113,64,39). Sum of RGB (Red+Green+Blue) = 113+64+39=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #714027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714027 is #8EBFD8. Grayscale: #4B4B4B. Windows color (decimal): -9355225 or 2572401. OLE color: 2572401.

HSL color Cylindrical-coordinate representation of color #714027: hue angle of 20.27º degrees, saturation: 0.49, 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 #714027 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1136439-
CMYK00.430.650.56
HSL20.27º48.68%29.8%-
HSV(B)20.27º65.49%44.31%-
XYZ9.017.322.86-
YUV75.8107.23154.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=52.31%
G=29.63%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113643900.430.650.5620.2748.6829.8
Hex71402702B413814311e
Octal1611004705310170246136
Binary11100011000000100111010101110000011110001010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714027; }

 p { color: rgb(113,64,39); }

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

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

 a { background-color: rgb(113,64,39); }

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

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

 span { border-color: rgb(113,64,39); }

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