#754729

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

Shades of Bull Shot #754729

Tints of Bull Shot #754729

Color information

#754729 (or 0x754729) is unknown color: approx Bull Shot. HEX triplet: 75, 47 and 29. RGB value is (117,71,41). Sum of RGB (Red+Green+Blue) = 117+71+41=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #754729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754729 is #8AB8D6. Grayscale: #515151. Windows color (decimal): -9091287 or 2705269. OLE color: 2705269.

HSL color Cylindrical-coordinate representation of color #754729: hue angle of 23.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754729 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1177141-
CMYK00.390.650.54
HSL23.68º48.1%30.98%-
HSV(B)23.68º64.96%45.88%-
XYZ9.998.453.2-
YUV81.33105.24153.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=51.09%
G=31.00%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117714100.390.650.5423.6848.130.98
Hex754729027413618301f
Octal1651075104710166306037
Binary11101011000111101001010011110000011101101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754729; }

 p { color: rgb(117,71,41); }

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

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

 a { background-color: rgb(117,71,41); }

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

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

 span { border-color: rgb(117,71,41); }

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