#74432D

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

Shades of Bull Shot #74432D

Tints of Bull Shot #74432D

Color information

#74432D (or 0x74432D) is unknown color: approx Bull Shot. HEX triplet: 74, 43 and 2D. RGB value is (116,67,45). Sum of RGB (Red+Green+Blue) = 116+67+45=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74432D is #8BBCD2. Grayscale: #4F4F4F. Windows color (decimal): -9157843 or 2966388. OLE color: 2966388.

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

Color convert

RGB1166745-
CMYK00.420.610.55
HSL18.59º44.1%31.57%-
HSV(B)18.59º61.21%45.49%-
XYZ9.687.923.5-
YUV79.14108.73154.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=50.88%
G=29.39%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116674500.420.610.5518.5944.131.57
Hex74432D02A3D37132c20
Octal164103550527567235440
Binary11101001000011101101010101011110111011110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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