#74432A

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

Shades of Bull Shot #74432A

Tints of Bull Shot #74432A

Color information

#74432A (or 0x74432A) is unknown color: approx Bull Shot. HEX triplet: 74, 43 and 2A. RGB value is (116,67,42). Sum of RGB (Red+Green+Blue) = 116+67+42=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74432A is #8BBCD5. Grayscale: #4E4E4E. Windows color (decimal): -9157846 or 2769780. OLE color: 2769780.

HSL color Cylindrical-coordinate representation of color #74432A: hue angle of 20.27º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74432A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1166742-
CMYK00.420.640.55
HSL20.27º46.84%30.98%-
HSV(B)20.27º63.79%45.49%-
XYZ9.637.893.21-
YUV78.8107.23154.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=51.56%
G=29.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116674200.420.640.5520.2746.8430.98
Hex74432A02A4037142f1f
Octal1641035205210067245737
Binary11101001000011101010010101010000001101111010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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