#74442D

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

Shades of Bull Shot #74442D

Tints of Bull Shot #74442D

Color information

#74442D (or 0x74442D) is unknown color: approx Bull Shot. HEX triplet: 74, 44 and 2D. RGB value is (116,68,45). Sum of RGB (Red+Green+Blue) = 116+68+45=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74442D is #8BBBD2. Grayscale: #4F4F4F. Windows color (decimal): -9157587 or 2966644. OLE color: 2966644.

HSL color Cylindrical-coordinate representation of color #74442D: hue angle of 19.44º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74442D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1166845-
CMYK00.410.610.55
HSL19.44º44.1%31.57%-
HSV(B)19.44º61.21%45.49%-
XYZ9.748.043.52-
YUV79.73108.4153.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=50.66%
G=29.69%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116684500.410.610.5519.4444.131.57
Hex74442D0293D37132c20
Octal164104550517567235440
Binary11101001000100101101010100111110111011110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74442D; }

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

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

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

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

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

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

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

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