#744429

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

Shades of Bull Shot #744429

Tints of Bull Shot #744429

Color information

#744429 (or 0x744429) is unknown color: approx Bull Shot. HEX triplet: 74, 44 and 29. RGB value is (116,68,41). Sum of RGB (Red+Green+Blue) = 116+68+41=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #744429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744429 is #8BBBD6. Grayscale: #4F4F4F. Windows color (decimal): -9157591 or 2704500. OLE color: 2704500.

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

Color convert

RGB1166841-
CMYK00.410.650.55
HSL21.6º47.77%30.78%-
HSV(B)21.6º64.66%45.49%-
XYZ9.678.013.13-
YUV79.27106.4154.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=51.56%
G=30.22%
B=18.22%

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
Decimal116684100.410.650.5521.647.7730.78
Hex744429029413716301f
Octal1641045105110167266037
Binary11101001000100101001010100110000011101111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744429; }

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

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

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

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

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

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

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

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