#744529

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

Shades of Bull Shot #744529

Tints of Bull Shot #744529

Color information

#744529 (or 0x744529) is unknown color: approx Bull Shot. HEX triplet: 74, 45 and 29. RGB value is (116,69,41). Sum of RGB (Red+Green+Blue) = 116+69+41=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #744529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744529 is #8BBAD6. Grayscale: #505050. Windows color (decimal): -9157335 or 2704756. OLE color: 2704756.

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

Color convert

RGB1166941-
CMYK00.410.650.55
HSL22.4º47.77%30.78%-
HSV(B)22.4º64.66%45.49%-
XYZ9.738.133.15-
YUV79.86106.07153.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=51.33%
G=30.53%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116694100.410.650.5522.447.7730.78
Hex744529029413716301f
Octal1641055105110167266037
Binary11101001000101101001010100110000011101111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744529; }

 p { color: rgb(116,69,41); }

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

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

 a { background-color: rgb(116,69,41); }

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

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

 span { border-color: rgb(116,69,41); }

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