#754329

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

Shades of Bull Shot #754329

Tints of Bull Shot #754329

Color information

#754329 (or 0x754329) is unknown color: approx Bull Shot. HEX triplet: 75, 43 and 29. RGB value is (117,67,41). Sum of RGB (Red+Green+Blue) = 117+67+41=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #754329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754329 is #8ABCD6. Grayscale: #4F4F4F. Windows color (decimal): -9092311 or 2704245. OLE color: 2704245.

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

Color convert

RGB1176741-
CMYK00.430.650.54
HSL20.53º48.1%30.98%-
HSV(B)20.53º64.96%45.88%-
XYZ9.747.963.12-
YUV78.99106.56155.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=52%
G=29.78%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117674100.430.650.5420.5348.130.98
Hex75432902B413615301f
Octal1651035105310166256037
Binary11101011000011101001010101110000011101101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754329; }

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

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

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

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

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

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

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

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