#744329

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

Shades of Bull Shot #744329

Tints of Bull Shot #744329

Color information

#744329 (or 0x744329) is unknown color: approx Bull Shot. HEX triplet: 74, 43 and 29. RGB value is (116,67,41). Sum of RGB (Red+Green+Blue) = 116+67+41=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #744329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744329 is #8BBCD6. Grayscale: #4E4E4E. Windows color (decimal): -9157847 or 2704244. OLE color: 2704244.

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

Color convert

RGB1166741-
CMYK00.420.650.55
HSL20.8º47.77%30.78%-
HSV(B)20.8º64.66%45.49%-
XYZ9.617.893.11-
YUV78.69106.73154.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=51.79%
G=29.91%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116674100.420.650.5520.847.7730.78
Hex74432902A413715301f
Octal1641035105210167256037
Binary11101001000011101001010101010000011101111010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744329; }

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

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

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

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

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

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

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

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