#714227

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

Shades of Bull Shot #714227

Tints of Bull Shot #714227

Color information

#714227 (or 0x714227) is unknown color: approx Bull Shot. HEX triplet: 71, 42 and 27. RGB value is (113,66,39). Sum of RGB (Red+Green+Blue) = 113+66+39=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714227 is #8EBDD8. Grayscale: #4D4D4D. Windows color (decimal): -9354713 or 2572913. OLE color: 2572913.

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

Color convert

RGB1136639-
CMYK00.420.650.56
HSL21.89º48.68%29.8%-
HSV(B)21.89º65.49%44.31%-
XYZ9.127.552.9-
YUV76.97106.57153.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=51.83%
G=30.28%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113663900.420.650.5621.8948.6829.8
Hex71422702A413816311e
Octal1611024705210170266136
Binary11100011000010100111010101010000011110001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714227; }

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

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

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

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

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

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

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

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