#744726

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

Shades of Bull Shot #744726

Tints of Bull Shot #744726

Color information

#744726 (or 0x744726) is unknown color: approx Bull Shot. HEX triplet: 74, 47 and 26. RGB value is (116,71,38). Sum of RGB (Red+Green+Blue) = 116+71+38=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #744726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744726 is #8BB8D9. Grayscale: #505050. Windows color (decimal): -9156826 or 2508660. OLE color: 2508660.

HSL color Cylindrical-coordinate representation of color #744726: hue angle of 25.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744726 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1167138-
CMYK00.390.670.55
HSL25.38º50.65%30.2%-
HSV(B)25.38º67.24%45.49%-
XYZ9.818.362.93-
YUV80.69103.91153.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=51.56%
G=31.56%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116713800.390.670.5525.3850.6530.2
Hex744726027433719331e
Octal1641074604710367316336
Binary11101001000111100110010011110000111101111100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744726; }

 p { color: rgb(116,71,38); }

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

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

 a { background-color: rgb(116,71,38); }

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

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

 span { border-color: rgb(116,71,38); }

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